Replies: 2 comments
-
Hi @otte-c, I've encountered this issue as well. For what it's worth, I was able to successfully run inference on my Mac (Apple Silicon) by explicitly setting the accelerator to "cpu". Here's the configuration that worked for me: engine = Engine(max_epochs=2, accelerator="cpu") Hope this is helpful! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@otte-c, I agree with @ryouhei0622. The problem is Meanwhile, you could set the accelerator to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The code in 001_getting_started.ipynb
raises IndexError: index 4906065 is out of bounds for dimension 0 with size 4906065
I cloned the repo and installed the dependencies on a clean python 3.11.11 (macOS) via
Also tried
on a clean python 3.11.11 but same error.
Does anyone have an idea how to fix it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions