Fix loading old model. (#5724)

* Add test.
This commit is contained in:
Jiaming Yuan
2020-05-31 14:55:32 +08:00
committed by GitHub
parent 057c762ecd
commit 9e1b29944e
3 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
[pytest]
markers =
mgpu: Mark a test that requires multiple GPUs to run.
mgpu: Mark a test that requires multiple GPUs to run.
ci: Mark a test that runs only on CI.