Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 5aeed42

Browse files
committed
update
1 parent 6f11eaf commit 5aeed42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ or
1212
pip install git+https://github.com/aniketmaurya/llama-inference-api.git@main
1313
```
1414

15+
> **Note**: You need to manually install and setup [Lit-LLaMA](https://github.com/Lightning-AI/lit-llama) to use this project.
16+
17+
```
18+
pip install lit-llama@git+https://github.com/Lightning-AI/lit-llama.git@main
19+
```
20+
21+
1522
## For Inference
1623

1724
```python

src/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
lit-llama @git+https://github.com/Lightning-AI/lit-llama.git@main
21
python-dotenv>=1.0.0
32
lightning>=2.0.0

0 commit comments

Comments
 (0)