Skip to content

Commit

Permalink
fix gpu workflow (intel#125)
Browse files Browse the repository at this point in the history
* fix gpu workflow

* update
  • Loading branch information
harborn authored Mar 1, 2024
1 parent 1e2dc1b commit 0932df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow_finetune_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:

- name: Running task on Intel GPU
run: |
rm ~/borealis-runner/llm-on-ray.tar.gz -f
tar zcf ~/borealis-runner/llm-on-ray.tar.gz -C ~/actions-runner/_work/llm-on-ray .
cd ~/borealis-runner/
rm /home/ci/borealis-runner/llm-on-ray.tar.gz -f
tar zcf /home/ci/borealis-runner/llm-on-ray.tar.gz -C /home/ci/actions-runner/_work/llm-on-ray .
cd /home/ci/borealis-runner/
python3 finetune_on_pvc.py --need_create_conda_env true --base_models "${{ matrix.model }}"
- name: Test Summary
run: echo "to be continued"
2 changes: 1 addition & 1 deletion inference/models/mpt-7b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deepspeed: false
workers_per_group: 2
device: CPU
ipex:
enabled: true
enabled: false
precision: bf16
model_description:
model_id_or_path: mosaicml/mpt-7b
Expand Down

0 comments on commit 0932df4

Please sign in to comment.