stillerman commited on
Commit
3bb0b14
1 Parent(s): 94cd715

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This repo contains `.gguf` and `.llamafile` files for [SmolLM-1.7B-Instruct](htt
18
 
19
  # Use it in 3 lines!
20
  ```
21
- wget https://huggingface.co/stillerman/SmolLM-1.7B-Instruct-Llamafile/blob/main/SmolLM-1.7B-Instruct-F16.llamafile
22
  chmod a+x SmolLM-1.7B-Instruct-F16.llamafile
23
  ./SmolLM-1.7B-Instruct-F16.llamafile
24
  ```
 
18
 
19
  # Use it in 3 lines!
20
  ```
21
+ wget https://huggingface.co/stillerman/SmolLM-1.7B-Instruct-Llamafile/resolve/main/SmolLM-1.7B-Instruct-F16.llamafile
22
  chmod a+x SmolLM-1.7B-Instruct-F16.llamafile
23
  ./SmolLM-1.7B-Instruct-F16.llamafile
24
  ```