Skip to content

Commit 877fc62

Browse files
committed
[CI] Remove legacy Phi3 examples due to the llama.cpp changed the way to handle them
Signed-off-by: hydai <[email protected]>
1 parent ec54bb3 commit 877fc62

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

.github/workflows/llama.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -288,45 +288,6 @@ jobs:
288288
default \
289289
$'[INST] <<SYS>>\nYou are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you do not know the answer to a question, please do not share false information.\n<</SYS>>\nWhat is the capital of Japan?[/INST]'
290290
291-
- name: Phi 3 Mini 4k
292-
run: |
293-
test -f ~/.wasmedge/env && source ~/.wasmedge/env
294-
cd wasmedge-ggml/test/phi-3
295-
curl -LO https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf/resolve/main/Phi-3-mini-4k-instruct-q4.gguf
296-
cargo build --target wasm32-wasi --release
297-
time wasmedge --dir .:. \
298-
--env n_gpu_layers="$NGL" \
299-
--nn-preload default:GGML:AUTO:Phi-3-mini-4k-instruct-q4.gguf \
300-
target/wasm32-wasi/release/wasmedge-ggml-phi-3.wasm \
301-
default \
302-
$'<|user|>\nWhat is the capital of Japan?<|end|>\n<|assistant|>'
303-
304-
- name: Phi 3 Mini 128k
305-
run: |
306-
test -f ~/.wasmedge/env && source ~/.wasmedge/env
307-
cd wasmedge-ggml/test/phi-3
308-
curl -LO https://huggingface.co/second-state/Phi-3-mini-128k-instruct-GGUF/resolve/main/Phi-3-mini-128k-instruct-Q5_K_M.gguf
309-
cargo build --target wasm32-wasi --release
310-
time wasmedge --dir .:. \
311-
--env n_gpu_layers="$NGL" \
312-
--nn-preload default:GGML:AUTO:Phi-3-mini-128k-instruct-Q5_K_M.gguf \
313-
target/wasm32-wasi/release/wasmedge-ggml-phi-3.wasm \
314-
default \
315-
$'<|user|>\nWhat is the capital of Japan?<|end|>\n<|assistant|>'
316-
317-
- name: Phi 3 Medium 4k
318-
run: |
319-
test -f ~/.wasmedge/env && source ~/.wasmedge/env
320-
cd wasmedge-ggml/test/phi-3
321-
curl -LO https://huggingface.co/second-state/Phi-3-medium-4k-instruct-GGUF/resolve/main/Phi-3-medium-4k-instruct-Q5_K_M.gguf
322-
cargo build --target wasm32-wasi --release
323-
time wasmedge --dir .:. \
324-
--env n_gpu_layers="$NGL" \
325-
--nn-preload default:GGML:AUTO:Phi-3-medium-4k-instruct-Q5_K_M.gguf \
326-
target/wasm32-wasi/release/wasmedge-ggml-phi-3.wasm \
327-
default \
328-
$'<|user|>\nWhat is the capital of Japan?<|end|>\n<|assistant|>'
329-
330291
- name: JSON Schema
331292
run: |
332293
test -f ~/.wasmedge/env && source ~/.wasmedge/env

0 commit comments

Comments
 (0)