We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c845f7 commit 9980f01Copy full SHA for 9980f01
2 files changed
.github/workflows/unit_tests.yml
@@ -62,6 +62,7 @@ env:
62
RUNNER: 10.0.13.31
63
XEON5: 10.0.14.249
64
UV_INDEX_URL: http://10.0.14.249/simple
65
+ LOGBAR_ANIMATION: '0'
66
CUDA_VERSION: 131
67
UV_TORCH_BACKEND: cu130
68
TORCH_VERSION: 2.10.0
requirements.txt
@@ -14,7 +14,7 @@ pypcre>=0.2.13
14
hf_transfer>=0.1.9; python_version < "3.14"
15
huggingface_hub>=0.34.4
16
tokenicer>=0.0.10
17
-logbar>=0.2.1
+logbar>=0.2.3
18
maturin>=1.9.4
19
datasets>=3.6.0
20
pyarrow>=21.0
0 commit comments