Update FLEX in Deepspeed README (#10774)
* Update FLEX in Deepspeed README * Update README.md
This commit is contained in:
parent
c41730e024
commit
26cae0a39c
1 changed files with 8 additions and 0 deletions
|
|
@ -49,6 +49,14 @@ bash run_vicuna_33b_arc_2_card.sh
|
|||
|
||||
> **Note**: You could change `NUM_GPUS` to the number of GPUs you have on your machine. And you could also specify other low bit optimizations through `--low-bit`.
|
||||
|
||||
- Run Mistral-7B-Instruct on two cards of Intel Data Center GPU Flex
|
||||
|
||||
```bash
|
||||
bash run_mistral_7b_instruct_flex_2_card.sh
|
||||
```
|
||||
|
||||
> **Note**: You could change `NUM_GPUS` to the number of GPUs you have on your machine. And you could also specify other low bit optimizations through `--low-bit`.
|
||||
|
||||
### 3. Sample Output
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue