File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239
239
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories260K/tok512.bin
240
240
echo "Fetch llama2c model"
241
241
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
243
243
./bin/llama-cli -m stories260K.gguf -p "One day, Lily met a Shoggoth" -n 500 -c 256
244
244
245
245
- name : Determine tag name
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ source /opt/intel/oneapi/setvars.sh
275
275
Similar to the native ` sycl-ls ` , available SYCL devices can be queried as follow:
276
276
277
277
``` sh
278
- ./build/bin/ls-sycl-device
278
+ ./build/bin/llama- ls-sycl-device
279
279
```
280
280
A example of such log in a system with 1 * intel CPU* and 1 * intel GPU* can look like the following:
281
281
```
You can’t perform that action at this time.
0 commit comments