Skip to content

Commit e33d9ee

Browse files
Update URL for big-endian model
1 parent 6dbeda3 commit e33d9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
run: |
266266
cd build
267267
echo "Fetch llama2c big-endian model"
268-
wget https://huggingface.co/taronaeo/tinyllamas-BE/resolve/main/stories260K-be.gguf
268+
wget https://huggingface.co/ggml-org/models-moved/resolve/main/tinyllamas/stories260K-be.gguf
269269
./bin/llama-cli -m stories260K-be.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
270270
271271
ubuntu-latest-cmake-sanitizer:

0 commit comments

Comments
 (0)