Commit 0277e031 authored by zhouxiang's avatar zhouxiang
Browse files

更新测试脚本

parent 3180e00f
#!/bin/bash #!/bin/bash
# 定义要运行的程序命令 # 定义要运行的程序命令
program="./benchmark -p ../../../models/chatglm2-6b/chatglm2-6b-flm/chatglm2-6b-int8.flm -f ../../../models/chatglm2-6b/prompts/100tokens.txt --loop" program="./benchmark -p ../chatglm2-6b-int8.bin -f prompts/beijing.txt --loop"
# 定义要运行的实例数量 # 定义要运行的实例数量
num_instances=2 num_instances=2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment