hmunachii commited on
Commit
5de3da6
·
verified ·
1 Parent(s): 25c21f6

Model card: refresh shell hash after installing patched llama-server

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ the patched server once:
54
 
55
  ```bash
56
  git clone https://github.com/cactus-compute/cactus-hybrid && cd cactus-hybrid
57
- ./patches/llama.cpp/install.sh # clones the pinned tag, applies the patches, builds
58
  ```
59
 
60
  Then serve and query it like any llama-server:
 
54
 
55
  ```bash
56
  git clone https://github.com/cactus-compute/cactus-hybrid && cd cactus-hybrid
57
+ ./patches/llama.cpp/install.sh && rehash # clones the pinned tag, applies the patches, builds
58
  ```
59
 
60
  Then serve and query it like any llama-server: