Closed jagoosw closed 1 year ago
@iuryt @zwei961120 I've just tested on GPU and it seems to work now!
Patch coverage has no change and project coverage change: -0.26
:warning:
Comparison is base (
f9ea0e3
) 53.04% compared to head (0a57fdb
) 52.78%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Anyone mind if I just merge this without the docs working? I can't work out why they won't run, but this PR doesn't make any changes to the docs
Anyone mind if I just merge this without the docs working? I can't work out why they won't run, but this PR doesn't make any changes to the docs
Thanks for your efforts!After updating the branch, I was able to run NPZD model on the GPU smoothly. In fact, when I run the code in the Jupyter Notebook, I also run into problems like Package Strided does not have StridedViews in its dependencies: - You may have a partially installed environment. Try 'pg.instantiate ()'
,
but when run from the command line, everything becomes normal.
Anyone mind if I just merge this without the docs working? I can't work out why they won't run, but this PR doesn't make any changes to the docs
Thanks for your efforts!After updating the branch, I was able to run NPZD model on the GPU smoothly. In fact, when I run the code in the Jupyter Notebook, I also run into problems like
Package Strided does not have StridedViews in its dependencies: - You may have a partially installed environment. Try 'pg.instantiate ()'
, ...
Great! No worries, I'm glad its of help to you.
This is helpful to know because thats the same error the documentation run is giving, thank you!
Solves #86