Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
# Platform-specific requirements section
|
2 |
-
pip
|
3 |
-
|
4 |
-
|
|
|
|
|
5 |
|
6 |
# Core dependencies
|
7 |
PyYAML
|
@@ -12,8 +14,7 @@ torchaudio==2.3.1
|
|
12 |
faiss-cpu>=1.7.3
|
13 |
|
14 |
# Machine learning, NLP and deep learning
|
15 |
-
fairseq
|
16 |
-
fairseq @ git+https://github.com/One-sixth/fairseq.git; python_version > '3.10'
|
17 |
scikit-learn
|
18 |
einops
|
19 |
|
|
|
1 |
# Platform-specific requirements section
|
2 |
+
pip==23.3
|
3 |
+
wheel
|
4 |
+
ort-nightly-gpu --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/
|
5 |
+
onnxruntime==1.20.0; sys_platform == 'darwin'
|
6 |
+
onnxruntime-gpu==1.20.0; sys_platform != 'darwin'
|
7 |
|
8 |
# Core dependencies
|
9 |
PyYAML
|
|
|
14 |
faiss-cpu>=1.7.3
|
15 |
|
16 |
# Machine learning, NLP and deep learning
|
17 |
+
fairseq @ git+https://github.com/One-sixth/fairseq.git
|
|
|
18 |
scikit-learn
|
19 |
einops
|
20 |
|