stillerman commited on
Commit
c976231
1 Parent(s): a6d7271

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-135](https://huggi
18
 
19
  # Use it in 3 lines!
20
  ```
21
- wget https://huggingface.co/stillerman/SmolLM-135M-Llamafile/blob/main/SmolLM-135M-F16.llamafile
22
  chmod a+x SmolLM-135M-F16.llamafile
23
  ./SmolLM-135M-F16.llamafile
24
  ```
 
18
 
19
  # Use it in 3 lines!
20
  ```
21
+ wget https://huggingface.co/stillerman/SmolLM-135M-Llamafile/resolve/main/SmolLM-135M-F16.llamafile
22
  chmod a+x SmolLM-135M-F16.llamafile
23
  ./SmolLM-135M-F16.llamafile
24
  ```