Skip to content

Commit f3ada9e

Browse files
Update .github/workflows/build.yml
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent e33d9ee commit f3ada9e

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/ggml-org/models-moved/resolve/main/tinyllamas/stories260K-be.gguf
268+
wget https://huggingface.co/ggml-org/models/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)