patrickvonplaten commited on
Commit
114107b
·
verified ·
1 Parent(s): d129069

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -73,6 +73,8 @@ The model can be used with three different frameworks
73
  - [`transformers`](https://github.com/huggingface/transformers): See [here](#transformers)
74
  - [`NeMo`](https://github.com/NVIDIA/NeMo): See [nvidia/Mistral-NeMo-12B-Instruct](https://huggingface.co/nvidia/Mistral-NeMo-12B-Instruct)
75
 
 
 
76
  #### Install
77
 
78
  It is recommended to use `mistralai/Mistral-Nemo-Instruct-2407` with [mistral-inference](https://github.com/mistralai/mistral-inference). For HF transformers code snippets, please keep scrolling.
 
73
  - [`transformers`](https://github.com/huggingface/transformers): See [here](#transformers)
74
  - [`NeMo`](https://github.com/NVIDIA/NeMo): See [nvidia/Mistral-NeMo-12B-Instruct](https://huggingface.co/nvidia/Mistral-NeMo-12B-Instruct)
75
 
76
+ ### Mistral Inference
77
+
78
  #### Install
79
 
80
  It is recommended to use `mistralai/Mistral-Nemo-Instruct-2407` with [mistral-inference](https://github.com/mistralai/mistral-inference). For HF transformers code snippets, please keep scrolling.