Update .huggingface.yml
Browse files- .huggingface.yml +1 -1
.huggingface.yml
CHANGED
|
@@ -10,7 +10,7 @@ env:
|
|
| 10 |
# Enable verbose oneDNN kernel logging (see logs at startup/inference)
|
| 11 |
ONEDNN_VERBOSE: "1"
|
| 12 |
# Optional: limit MKL threading to avoid oversubscription
|
| 13 |
-
OMP_NUM_THREADS: "
|
| 14 |
KMP_AFFINITY: "granularity=fine,compact,1,0"
|
| 15 |
|
| 16 |
# Optional: if you want deterministic installs, you can specify a custom pip index
|
|
|
|
| 10 |
# Enable verbose oneDNN kernel logging (see logs at startup/inference)
|
| 11 |
ONEDNN_VERBOSE: "1"
|
| 12 |
# Optional: limit MKL threading to avoid oversubscription
|
| 13 |
+
OMP_NUM_THREADS: "2"
|
| 14 |
KMP_AFFINITY: "granularity=fine,compact,1,0"
|
| 15 |
|
| 16 |
# Optional: if you want deterministic installs, you can specify a custom pip index
|