mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 09:38:05 +00:00
fixed CI dataset directory; fixed import error of 2.5d accuracy (#255)
This commit is contained in:
4
.github/workflows/PR_CI.yml
vendored
4
.github/workflows/PR_CI.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
runs-on: [self-hosted, gpu]
|
||||
container:
|
||||
image: nvcr.io/nvidia/pytorch:21.07-py3
|
||||
options: --gpus all --rm --ipc=host -v /data/cifar-10:/data/cifar-10
|
||||
options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: Setup Environment
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
run: |
|
||||
pytest tests
|
||||
env:
|
||||
DATA: /data/cifar-10
|
||||
DATA: /data/scratch/cifar-10
|
||||
|
||||
format_check:
|
||||
name: Format Check
|
||||
|
Reference in New Issue
Block a user