Skip to content

Commit

Permalink
[CI] llama: remove llama2 embedding
Browse files Browse the repository at this point in the history
Signed-off-by: dm4 <[email protected]>
  • Loading branch information
dm4 committed Dec 30, 2024
1 parent 92ea4d4 commit 7fc30fb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/llama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,6 @@ jobs:
default \
'hello world'
- name: Embedding Example (Llama-2)
run: |
test -f ~/.wasmedge/env && source ~/.wasmedge/env
cd wasmedge-ggml/embedding
curl -LO https://huggingface.co/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q5_K_M.gguf
cargo build --target wasm32-wasi --release
time wasmedge --dir .:. \
--nn-preload default:GGML:AUTO:llama-2-7b-chat.Q5_K_M.gguf \
target/wasm32-wasi/release/wasmedge-ggml-llama-embedding.wasm \
default \
'hello world'
- name: RPC Example
run: |
test -f ~/.wasmedge/env && source ~/.wasmedge/env
Expand Down

0 comments on commit 7fc30fb

Please sign in to comment.