Skip to content

Commit

Permalink
Optimize test code to reduce duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzaijun committed Aug 3, 2023
1 parent 4266ee8 commit c4a08b0
Show file tree
Hide file tree
Showing 11 changed files with 200 additions and 779 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ The performance comparisons results are presented below:
For debugging, we offer static performance testing scripts for various models. For instance, you can evaluate the inference performance of the LLaMA model by

~~~shell
cd test/lightllama
python test_model_infer.py
cd test/model
python test_llama.py
~~~

### FAQ
Expand Down
143 changes: 0 additions & 143 deletions test/lightbloom/test_model_infer.py

This file was deleted.

120 changes: 0 additions & 120 deletions test/lightbloom/test_model_out_right.py

This file was deleted.

Loading

0 comments on commit c4a08b0

Please sign in to comment.