@@ -2,7 +2,7 @@ regex # Replace re for higher-performance regex matching
...
@@ -2,7 +2,7 @@ regex # Replace re for higher-performance regex matching
cachetools
cachetools
psutil
psutil
sentencepiece # Required for LLaMA tokenizer.
sentencepiece # Required for LLaMA tokenizer.
numpy
#numpy
requests >= 2.26.0
requests >= 2.26.0
tqdm
tqdm
blake3
blake3
...
@@ -32,7 +32,7 @@ pyzmq >= 25.0.0
...
@@ -32,7 +32,7 @@ pyzmq >= 25.0.0
msgspec
msgspec
gguf >= 0.17.0
gguf >= 0.17.0
mistral_common[image] >= 1.9.1
mistral_common[image] >= 1.9.1
opencv-python-headless >= 4.13.0 # required for video IO
#opencv-python-headless >= 4.13.0 # required for video IO
pyyaml
pyyaml
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
setuptools>=77.0.3,<81.0.0; python_version > '3.11' # Setuptools is used by triton, we need to ensure a modern version is installed for 3.12+ so that it does not try to import distutils, which was removed in 3.12
setuptools>=77.0.3,<81.0.0; python_version > '3.11' # Setuptools is used by triton, we need to ensure a modern version is installed for 3.12+ so that it does not try to import distutils, which was removed in 3.12