We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbeda3 commit e33d9eeCopy full SHA for e33d9ee
.github/workflows/build.yml
@@ -265,7 +265,7 @@ jobs:
265
run: |
266
cd build
267
echo "Fetch llama2c big-endian model"
268
- wget https://huggingface.co/taronaeo/tinyllamas-BE/resolve/main/stories260K-be.gguf
+ wget https://huggingface.co/ggml-org/models-moved/resolve/main/tinyllamas/stories260K-be.gguf
269
./bin/llama-cli -m stories260K-be.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
270
271
ubuntu-latest-cmake-sanitizer:
0 commit comments