Skip to content

Commit

Permalink
Add 2.1.2 release config
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 27, 2023
1 parent 50e4012 commit 4a987f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/userbenchmark-t4-metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Upload result jsons to Scribe
run: |
. "${SETUP_SCRIPT}" && conda activate "${CONDA_ENV_NAME}"
conda install -y six
pushd benchmark
RESULTS=($(find ${PWD}/../benchmark-output -name "metrics-*.json" -maxdepth 2 | sort -r))
echo "Uploading result jsons: ${RESULTS}"
Expand Down
8 changes: 8 additions & 0 deletions userbenchmark/release-test/configs/2.1.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cuda:
- version: 12.1
magma_version: magma-cuda121
pytorch:
- version: 2.1.2
conda_channel: pytorch-test
- version: 2.1.1
conda_channel: pytorch

0 comments on commit 4a987f3

Please sign in to comment.