Skip to content

Commit 2f2f81e

Browse files
committed
update mamba_ssm to 2.2.5
Signed-off-by: elvischenv <219235043+elvischenv@users.noreply.github.com>
1 parent b77c7d3 commit 2f2f81e

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

docker/Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ ARG PYTORCH_CUDA_INDEX_BASE_URL
276276
ENV UV_HTTP_TIMEOUT=500
277277
ENV UV_INDEX_STRATEGY="unsafe-best-match"
278278

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-
283279
COPY requirements/lint.txt requirements/lint.txt
284280
COPY requirements/test.txt requirements/test.txt
285281
COPY requirements/dev.txt requirements/dev.txt
@@ -452,10 +448,6 @@ ARG PIP_EXTRA_INDEX_URL UV_EXTRA_INDEX_URL
452448
ENV UV_HTTP_TIMEOUT=500
453449
ENV UV_INDEX_STRATEGY="unsafe-best-match"
454450

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-
459451
# install development dependencies (for testing)
460452
RUN --mount=type=cache,target=/root/.cache/uv \
461453
CUDA_MAJOR="${CUDA_VERSION%%.*}"; \

docs/contributing/ci/update_pytorch_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ MAX_JOBS=16 uv pip install --system \
134134
135135
```bash
136136
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"
138138
```
139139
140140
### causal-conv1d

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ torch==2.7.1
2626
torchaudio==2.7.1
2727
torchvision==0.22.1
2828
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
3030
matplotlib # required for qwen-vl test
3131
mistral_common[opencv] >= 1.8.0 # required for voxtral test
3232
num2words # required for smolvlm test

requirements/test.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ lxml==5.3.0
291291
# via
292292
# blobfile
293293
# sacrebleu
294-
mamba-ssm==2.2.4
294+
mamba-ssm==2.2.5
295295
# via -r requirements/test.in
296296
markdown-it-py==3.0.0
297297
# via rich
@@ -829,7 +829,9 @@ transformers==4.53.2
829829
transformers-stream-generator==0.0.5
830830
# via -r requirements/test.in
831831
triton==3.3.1
832-
# via torch
832+
# via
833+
# mamba-ssm
834+
# torch
833835
tritonclient==2.51.0
834836
# via
835837
# -r requirements/test.in

0 commit comments

Comments
 (0)