Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang committed Mar 22, 2024
1 parent 70d68aa commit 18ac82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: benchmark_throughput test
run: |
python benchmarks/benchmark_throughput.py --backend=vllm --dataset=/home/sdp/sharegpt_v3_unfiltered_cleaned_split/ShareGPT_V3_unfiltered_cleaned_split.json --model=mistralai/Mistral-7B-Instruct-v0.1 --num-prompts=1000 --trust-remote-code --device=xpu --dtype=float16 --enforce-eager --gpu-memory-utilization=0.8
python benchmarks/benchmark_throughput.py --backend=vllm --dataset=/root/ShareGPT_V3_unfiltered_cleaned_split.json --model=mistralai/Mistral-7B-Instruct-v0.1 --num-prompts=1000 --trust-remote-code --device=xpu --dtype=float16 --enforce-eager --gpu-memory-utilization=0.8
- name: kernel test
run: |
Expand Down

0 comments on commit 18ac82c

Please sign in to comment.