Compare commits
1 Commits
493cc90d0f
...
7d9fc8b6c8
Author | SHA1 | Date |
---|---|---|
|
7d9fc8b6c8 |
|
@ -4,7 +4,7 @@ name: Bug Report
|
|||
description: File a bug report to help us improve
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
assignees: []
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -53,7 +53,7 @@ body:
|
|||
- CPU Only
|
||||
- Not Applicable
|
||||
validations:
|
||||
required: false
|
||||
required: false # Make optional as not all issues might be GPU related
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
|
@ -64,7 +64,7 @@ body:
|
|||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Collaboration Guidelines](CONTRIBUTING.md)
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](link/to/code_of_conduct.md) <!-- Replace with actual link if you have one -->
|
||||
options:
|
||||
- label: I agree to follow this project's Collaboration Guidelines
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
|
|
|
@ -133,20 +133,12 @@ Place these files in the "**models**" folder.
|
|||
|
||||
We highly recommend using a `venv` to avoid issues.
|
||||
|
||||
|
||||
For Windows:
|
||||
```bash
|
||||
python -m venv venv
|
||||
venv\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
For Linux:
|
||||
```bash
|
||||
# Ensure you use the installed Python 3.10
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
**For macOS:**
|
||||
|
||||
|
|
Loading…
Reference in New Issue