Nuke fp8_requirements, fold fbgemm into common requirements

This commit is contained in:
Ashwin Bharambe 2024-08-07 13:58:13 -07:00
parent cc697c59e5
commit 66412b932b
4 changed files with 5 additions and 42 deletions

View file

@ -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
```