Hey everytime I try to load the pytorch model my jupyter kernel crashes and even locally on my machine in vscode any explanation for this ? In google collab it says ran out of RAM which is impossible because I have google collab pro and on my machine locally my laptop freezes and everytime I need to reset my laptop manually. The following code block causes the crash: the import torch
Loading a PyTorch model of LLaMA-3-8B
model = torch.load("C:/Users/pasca/OneDrive/Documenten/brain-tumor/llama-3-8B/original/consolidated.00.pth")
Hey everytime I try to load the pytorch model my jupyter kernel crashes and even locally on my machine in vscode any explanation for this ? In google collab it says ran out of RAM which is impossible because I have google collab pro and on my machine locally my laptop freezes and everytime I need to reset my laptop manually. The following code block causes the crash: the import torch
Loading a PyTorch model of LLaMA-3-8B
model = torch.load("C:/Users/pasca/OneDrive/Documenten/brain-tumor/llama-3-8B/original/consolidated.00.pth")
Printing first 11 layers of the architecture
print(list(model.keys())[:11])