Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Nov 9, 2023
1 parent b15d0fe commit ae15ec2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ concurrency:
env:
CO_MODELS_SRC: CoModels
TEST_DIR: test_dir
TEST_CONTAINER_NAME: registry.cn-beijing.aliyuncs.com/oneflow/manylinux2014_x86_64_cuda12.2
TEST_IMG_TAG: registry.cn-beijing.aliyuncs.com/oneflow/manylinux2014_x86_64_cuda12.2:bba403da5da597c3f7905dfc52b24989ee21ffb1
TEST_CONTAINER_NAME: co_models_test

jobs:
test_job:
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
-v /share_nfs:/data \
-w /data \
--name ${TEST_CONTAINER_NAME} \
${{ env.TEST_IMG_TAG }} \
ls && python3 -m oneflow --doctor
#model_dir='${{ env.CO_MODELS_SRC }}/cv/classification/${{ env.BRANCH }}'
#docker images | grep oneflow
Expand Down

0 comments on commit ae15ec2

Please sign in to comment.