build cuda 13.0.0 base image with 2.9.0 (#3229)

* build cuda 13.0.0 base image with 2.9.0

* upgrade causal-conv1d

* 1.5.4 not in pypi yet

* pin to 1.3.0

* use github release instead of pypi

* split the logic for incompatible packages

* fix bash in dockerfile
This commit is contained in:
Wing Lian
2025-10-29 18:07:29 -04:00
committed by GitHub
parent 98333e639a
commit a4b921135b
3 changed files with 21 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ extras_require = {
"llmcompressor": [
"llmcompressor==0.5.1",
],
"fbgemm-gpu": ["fbgemm-gpu-genai>=1.2.0"],
"fbgemm-gpu": ["fbgemm-gpu-genai==1.3.0"],
"opentelemetry": [
"opentelemetry-api",
"opentelemetry-sdk",