Add instructions how to run the LLaMA model. (#1168)

* Add instructions how to run the LLaMA model.

* Update README.md
This commit is contained in:
Prashant Kumar
2023-03-11 02:06:37 +05:30
committed by GitHub
parent ce6d82eab2
commit 97fdff7f19

View File

@@ -0,0 +1,18 @@
# SHARK LLaMA
## TORCH-MLIR Version
```
https://github.com/nod-ai/torch-mlir.git
```
Then check out the `complex` branch and build.
### Setup & Run
```
git clone https://github.com/nod-ai/llama.git
```
Then in this repository
```
pip install -e .
python llama/shark_model.py
```