mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Nuke fp8_requirements, fold fbgemm into common requirements
This commit is contained in:
parent
cc697c59e5
commit
66412b932b
4 changed files with 5 additions and 42 deletions
12
README.md
12
README.md
|
@ -28,15 +28,3 @@ pip install -e .
|
|||
## The Llama CLI
|
||||
|
||||
The `llama` CLI makes it easy to configure and run the Llama toolchain. Read the [CLI reference](docs/cli_reference.md) for details.
|
||||
|
||||
## Appendix: Running FP8
|
||||
|
||||
If you want to run FP8, you need the `fbgemm-gpu` package which requires `torch >= 2.4.0` (currently only in nightly, but releasing shortly...)
|
||||
|
||||
```bash
|
||||
ENV=fp8_env
|
||||
conda create -n $ENV python=3.10
|
||||
conda activate $ENV
|
||||
|
||||
pip3 install -r fp8_requirements.txt
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue