This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
ci(github): change docker `shm-size` to fix `test_distributed` error
tags/v0.4.0
luzzyzhang
Xinran Xu
5 years ago
parent
3f4499d157
commit
fd113acb8b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ci-cuda.yml
+ 1
- 1
.github/workflows/ci-cuda.yml
View File
@@ -12,7 +12,7 @@ jobs:
image: localhost:5000/megengine-ci:latest
volumes:
- /usr/local/cuda-10.1-libs:/usr/local/cuda-10.1-libs
options: --gpus all
options: --gpus all
--shm-size 1g
steps:
- name: Checkout MegEngine
Write
Preview
Loading…
Cancel
Save