Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Nov 11, 2024
1 parent 42d4cf5 commit 050dace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/train_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Training Workflow
name: AMD PyTorch Job
on:
workflow_dispatch:
inputs:
Expand All @@ -13,7 +13,8 @@ jobs:
steps:
- name: Install dependencies
run: |
pip install numpy torch
pip install numpy
pip install torch --index-url https://download.pytorch.org/whl/rocm6.2
- name: Create and run training script
run: |
Expand Down

0 comments on commit 050dace

Please sign in to comment.