LPX
commited on
Commit
·
92bbe42
1
Parent(s):
3b6c798
chore: update .gitignore to include additional inference logs directory
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -11,3 +11,4 @@ models/*
|
|
11 |
*.cpython-310.pyc
|
12 |
*/inference_logs/*
|
13 |
hf_inference_logs/*.json
|
|
|
|
11 |
*.cpython-310.pyc
|
12 |
*/inference_logs/*
|
13 |
hf_inference_logs/*.json
|
14 |
+
hf_inference_logs/*
|