jadechoghari commited on
Commit
85e57a3
1 Parent(s): 59524ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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/ferret-gemma/raw/main/conversation.py
18
- wget https://huggingface.co/jadechoghari/ferret-gemma/raw/main/builder.py
19
- wget https://huggingface.co/jadechoghari/ferret-gemma/raw/main/inference.py
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: