jadechoghari
commited on
Commit
•
85e57a3
1
Parent(s):
59524ac
Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ This is the **Llama-3-8B** version of ferret-ui. It follows from [this paper](ht
|
|
14 |
You will need first to download `builder.py`, `conversation.py`, and `inference.py` locally.
|
15 |
|
16 |
```bash
|
17 |
-
wget https://huggingface.co/jadechoghari/
|
18 |
-
wget https://huggingface.co/jadechoghari/
|
19 |
-
wget https://huggingface.co/jadechoghari/
|
20 |
```
|
21 |
|
22 |
### Usage:
|
|
|
14 |
You will need first to download `builder.py`, `conversation.py`, and `inference.py` locally.
|
15 |
|
16 |
```bash
|
17 |
+
wget https://huggingface.co/jadechoghari/Ferret-UI-Llama8b/raw/main/conversation.py
|
18 |
+
wget https://huggingface.co/jadechoghari/Ferret-UI-Llama8b/raw/main/builder.py
|
19 |
+
wget https://huggingface.co/jadechoghari/Ferret-UI-Llama8b/raw/main/inference.py
|
20 |
```
|
21 |
|
22 |
### Usage:
|