We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a53f3 commit 8fb423cCopy full SHA for 8fb423c
.ci/scripts/test_lora.sh
@@ -53,7 +53,11 @@ $PYTHON_EXECUTABLE -m extension.llm.export.export_llm \
53
HF_QWEN_PATH=$(python -c "from huggingface_hub import snapshot_download; print(snapshot_download('unsloth/Qwen3-0.6B'))")
54
echo "Model downloaded to: $HF_QWEN_PATH"
55
56
+<<<<<<< HEAD
57
### BUILD LLAMA RUNNER.
58
+=======
59
+# Build llama runner.
60
+>>>>>>> 3c0898753d (qwen lora test)
61
cmake_install_executorch_libraries
62
cmake_build_llama_runner
63
0 commit comments