We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dadcba commit 30faf26Copy full SHA for 30faf26
requirements/common.txt
@@ -49,4 +49,3 @@ pybase64 # fast base64 implementation
49
cbor2 # Required for cross-language serialization of hashable objects
50
setproctitle # Used to set process names for better debugging and monitoring
51
openai-harmony >= 0.0.3 # Required for gpt-oss
52
-gpt-oss >= 0.0.7; python_version > '3.11'
requirements/test.in
@@ -56,3 +56,4 @@ fastsafetensors>=0.1.10
56
pydantic>=2.10 # 2.9 leads to error on python 3.10
57
decord==0.6.0
58
terratorch @ git+https://github.com/IBM/terratorch.git@1.1.rc3 # required for PrithviMAE test
59
+gpt-oss >= 0.0.7; python_version > '3.11'
0 commit comments