Skip to content

Commit 0be5f39

Browse files
author
ochafik
committed
add two missing llama- prefixes
1 parent f9cfd04 commit 0be5f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories260K/tok512.bin
240240
echo "Fetch llama2c model"
241241
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories260K/stories260K.bin
242-
./bin/convert-llama2c-to-ggml --copy-vocab-from-model ./tok512.bin --llama2c-model stories260K.bin --llama2c-output-model stories260K.gguf
242+
./bin/llama-convert-llama2c-to-ggml --copy-vocab-from-model ./tok512.bin --llama2c-model stories260K.bin --llama2c-output-model stories260K.gguf
243243
./bin/llama-cli -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
244244
245245
- name: Determine tag name

README-sycl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ source /opt/intel/oneapi/setvars.sh
275275
Similar to the native `sycl-ls`, available SYCL devices can be queried as follow:
276276

277277
```sh
278-
./build/bin/ls-sycl-device
278+
./build/bin/llama-ls-sycl-device
279279
```
280280
A example of such log in a system with 1 *intel CPU* and 1 *intel GPU* can look like the following:
281281
```

0 commit comments

Comments
 (0)