Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
d189042
1
Parent(s):
b6c4b29
pyrightconfig.json
Browse files- .gitignore +1 -0
- pyrightconfig.json.sample +4 -0
.gitignore
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
__pycache__/
|
2 |
.venv
|
3 |
/venv
|
|
|
4 |
.vscode
|
5 |
|
6 |
/config.yaml
|
|
|
1 |
__pycache__/
|
2 |
.venv
|
3 |
/venv
|
4 |
+
/pyrightconfig.json
|
5 |
.vscode
|
6 |
|
7 |
/config.yaml
|
pyrightconfig.json.sample
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"venvPath": "/Users/.../miniconda3/envs",
|
3 |
+
"venv": "llm-tuner"
|
4 |
+
}
|