File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -276,10 +276,6 @@ ARG PYTORCH_CUDA_INDEX_BASE_URL
276
276
ENV UV_HTTP_TIMEOUT=500
277
277
ENV UV_INDEX_STRATEGY="unsafe-best-match"
278
278
279
- # Workaround for #17068
280
- RUN --mount=type=cache,target=/root/.cache/uv \
281
- uv pip install --system --no-build-isolation "git+https://github.com/state-spaces/mamba@v2.2.4"
282
-
283
279
COPY requirements/lint.txt requirements/lint.txt
284
280
COPY requirements/test.txt requirements/test.txt
285
281
COPY requirements/dev.txt requirements/dev.txt
@@ -452,10 +448,6 @@ ARG PIP_EXTRA_INDEX_URL UV_EXTRA_INDEX_URL
452
448
ENV UV_HTTP_TIMEOUT=500
453
449
ENV UV_INDEX_STRATEGY="unsafe-best-match"
454
450
455
- # Workaround for #17068
456
- RUN --mount=type=cache,target=/root/.cache/uv \
457
- uv pip install --system --no-build-isolation "git+https://github.com/state-spaces/mamba@v2.2.4"
458
-
459
451
# install development dependencies (for testing)
460
452
RUN --mount=type=cache,target=/root/.cache/uv \
461
453
CUDA_MAJOR="${CUDA_VERSION%%.*}" ; \
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ MAX_JOBS=16 uv pip install --system \
134
134
135
135
```bash
136
136
uv pip install --system \
137
- --no-build-isolation "git+https://github.com/state-spaces/mamba@v2.2.4 "
137
+ --no-build-isolation "git+https://github.com/state-spaces/mamba@v2.2.5 "
138
138
```
139
139
140
140
### causal-conv1d
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ torch==2.7.1
26
26
torchaudio==2.7.1
27
27
torchvision==0.22.1
28
28
transformers_stream_generator # required for qwen-vl test
29
- mamba_ssm # required for plamo2 test
29
+ mamba_ssm==2.2.5 # required for plamo2 test
30
30
matplotlib # required for qwen-vl test
31
31
mistral_common[opencv] >= 1.8.0 # required for voxtral test
32
32
num2words # required for smolvlm test
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ lxml==5.3.0
291
291
# via
292
292
# blobfile
293
293
# sacrebleu
294
- mamba-ssm==2.2.4
294
+ mamba-ssm==2.2.5
295
295
# via -r requirements/test.in
296
296
markdown-it-py==3.0.0
297
297
# via rich
@@ -829,7 +829,9 @@ transformers==4.53.2
829
829
transformers-stream-generator==0.0.5
830
830
# via -r requirements/test.in
831
831
triton==3.3.1
832
- # via torch
832
+ # via
833
+ # mamba-ssm
834
+ # torch
833
835
tritonclient==2.51.0
834
836
# via
835
837
# -r requirements/test.in
You can’t perform that action at this time.
0 commit comments