Skip to content

Commit

Permalink
ci: disable wasmedge aot because we don't need this feature for testi…
Browse files Browse the repository at this point in the history
…ng (#4)

Signed-off-by: hydai <[email protected]>
  • Loading branch information
hydai authored Sep 10, 2024
1 parent 41954f5 commit be48126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
wget -P /tmp/data/ https://huggingface.co/datasets/karpathy/llmc-starter-pack/resolve/main/gpt2_tokenizer.bin
- name: Build WasmEdge
run: |
sudo apt update && sudo apt install software-properties-common llvm-14-dev liblld-14-dev
sudo apt update && sudo apt install software-properties-common
git clone https://github.com/WasmEdge/WasmEdge /tmp/WasmEdge
mkdir /tmp/build && cd /tmp/build
cmake /tmp/WasmEdge -DCMAKE_BUILD_TYPE=Release -DWASMEDGE_PLUGIN_LLM=ON -DWASMEDGE_BUILD_TESTS=OFF
cmake /tmp/WasmEdge -DCMAKE_BUILD_TYPE=Release -DWASMEDGE_USE_LLVM=OFF -DWASMEDGE_PLUGIN_LLM=ON -DWASMEDGE_BUILD_TESTS=OFF
make -j$(nproc) && sudo make install
- name: Train GPT2
run: |
Expand Down

0 comments on commit be48126

Please sign in to comment.