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 62cf5b5 commit 8ba2abbCopy full SHA for 8ba2abb
.github/workflows/tests.yaml
@@ -61,6 +61,13 @@ jobs:
61
run: |
62
pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
63
64
+ # we currently have extra dependencies for torch tests
65
+ # TODO: can we install this dynamically? should we add it to the test dependencies?
66
+ - name: Install Extra Dependencies
67
+ if: ${{ matrix.backend == 'torch' }}
68
+ run: |
69
+ pip install -U mamba-ssm
70
+
71
- name: Show Environment Info
72
73
python --version
0 commit comments