Skip to content

Commit

Permalink
Add LoRAX to usage options
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavgarg1 committed Jan 27, 2024
1 parent 71adb5e commit 3da5b49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ see [this](https://github.com/huggingface/text-generation-inference/pull/1018)
--quantize eetq
```

4. Use EETQ in [LoRAX](https://github.com/predibase/lorax). See [docs](https://predibase.github.io/lorax/guides/quantization/#eetq) here.
```bash
lorax-launcher --model-id mistralai/Mistral-7B-v0.1 --quantize eetq ...
```

## Examples

Model:
Expand Down

0 comments on commit 3da5b49

Please sign in to comment.