-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The model is loaded repeatedly #692
Comments
linux tinygrad |
same problem!
In AWS |
These looks like two different models. |
In my experiment, it's happened on every model I tried on linux instance. cluster with
|
I just started seeing this today as well (on Jetson Orin Nano), no idea why. Trying to load llama 3.2 1b model took up all (8gb, but about 7.4 available) memory and locked up the device each time I attempted. After the first locked up, I watched the loading output and kept seeing it load all the way, then just start doing it again. I noticed the model it was trying to use started with |
The model was loaded twice, and the 1B llama model took up more than 10g of ram, is this normal
新建 文本文档.txt
The text was updated successfully, but these errors were encountered: