File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ cd $HOME/mistral-inference && poetry install .
48
48
| Codestral 22B | https://models.mistralcdn.com/codestral-22b-v0-1/codestral-22B-v0.1.tar | ` 1ea95d474a1d374b1d1b20a8e0159de3 ` |
49
49
| Mathstral 7B | https://models.mistralcdn.com/mathstral-7b-v0-1/mathstral-7B-v0.1.tar | ` 5f05443e94489c261462794b1016f10b ` |
50
50
| Codestral-Mamba 7B | https://models.mistralcdn.com/codestral-mamba-7b-v0-1/codestral-mamba-7B-v0.1.tar | ` d3993e4024d1395910c55db0d11db163 ` |
51
- | Nemo Base | https://models.mistralcdn.com/mistral-nemo-v0-1 /mistral-nemo-base-v0.1 .tar | ` c5d079ac4b55fc1ae35f51f0a3c0eb83 ` |
52
- | Nemo Instruct | https://models.mistralcdn.com/mistral-nemo-v0-1 /mistral-nemo-instruct-v0.1. tar | ` 296fbdf911cb88e6f0be74cd04827fe7 ` |
51
+ | Nemo Base | https://models.mistralcdn.com/mistral-nemo-2407 /mistral-nemo-base-2407 .tar | ` c5d079ac4b55fc1ae35f51f0a3c0eb83 ` |
52
+ | Nemo Instruct | https://models.mistralcdn.com/mistral-nemo-2407 /mistral-nemo-instruct-2407. tar | ` 296fbdf911cb88e6f0be74cd04827fe7 ` |
53
53
54
54
Note:
55
55
- ** Important** :
@@ -74,7 +74,7 @@ Download any of the above links and extract the content, *e.g.*:
74
74
75
75
``` sh
76
76
export M7B_DIR=$MISTRAL_MODEL /12B_Nemo
77
- wget https://models.mistralcdn.com/mistral-nemo-v0-1 /mistral-nemo-instruct-v0.1 .tar
77
+ wget https://models.mistralcdn.com/mistral-nemo-2407 /mistral-nemo-instruct-2407 .tar
78
78
mkdir -p $1 2B_DIR
79
79
tar -xf mistral-nemo-instruct-v0.1.tar -C $1 2B_DIR
80
80
```
You can’t perform that action at this time.
0 commit comments