Skip to content

Commit

Permalink
fix test_pipeline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxiaoyi2023 committed Nov 6, 2024
1 parent eb83527 commit 337a972
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/Qwen2/lora_demo/test_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ done
# cd ..
# rm -rf build && mkdir build
# cd build && cmake -DCMAKE_TYPE=DUMP .. && make && cp *cpython* .. && cd ..

# mkdir test_lora
# mv /path_to/*encrypted_lora_weights.bin test_lora
# mv /path_to/*torch_hidden_states.npy test_lora
# python3 test_pipeline.py \
# --model_path encrypted.bmodel \
# --tokenizer_path ../support/token_config/ \
Expand Down

0 comments on commit 337a972

Please sign in to comment.