Update README.md

This commit is contained in:
Gavin Li
2024-07-29 16:22:26 -05:00
committed by GitHub
parent 65900351e1
commit 514057b7e3

View File

@@ -63,10 +63,6 @@ First, install the airllm pip package.
pip install airllm
```
```bash
pip install -i https://pypi.org/simple/ airllm
```
### 2. Inference
Then, initialize AirLLMLlama2, pass in the huggingface repo ID of the model being used, or the local path, and inference can be performed similar to a regular transformer model.