JRosenkranz
commited on
Commit
•
a68ddb6
1
Parent(s):
08facc0
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2 |
license: llama2
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Description
|
6 |
|
7 |
This model is intended to be used as an accelerator for [llama 13B (chat)](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf) and takes inspiration
|
|
|
2 |
license: llama2
|
3 |
---
|
4 |
|
5 |
+
## Installation from source
|
6 |
+
|
7 |
+
```bash
|
8 |
+
git clone https://github.com/foundation-model-stack/fms-extras
|
9 |
+
cd fms-extras
|
10 |
+
pip install -e .
|
11 |
+
```
|
12 |
+
|
13 |
+
|
14 |
## Description
|
15 |
|
16 |
This model is intended to be used as an accelerator for [llama 13B (chat)](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf) and takes inspiration
|