Skip to content

Commit

Permalink
Merge pull request #8 from arnavgarg1/add_lorax
Browse files Browse the repository at this point in the history
Add LoRAX to usage options in README.
  • Loading branch information
SidaZh authored Jan 29, 2024
2 parents 71adb5e + 3da5b49 commit 8877e96
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 8877e96

Please sign in to comment.