Closed aadiharan closed 1 year ago
Hi!
I've been trying to run the medAlpaca training script based on the example given in the README.md.
However, I get this error when I load the 7B model : bias is on the meta device, we need avalueto put in on 0
bias is on the meta device, we need a
to put in on 0
What might be the reason behind this error? And how do we fix this?
Thanks!
System configuration:
GPU : NVIDIA RTX 3080 Ti 24 GB RAM : 64 GB
Running medalpaca/train.py in a virtual environment; all dependencies installed using requirements.txt provided.
medalpaca/train.py
requirements.txt
Can you provide more information, what code you run exactly?
Hi!
I've been trying to run the medAlpaca training script based on the example given in the README.md.
However, I get this error when I load the 7B model :
bias is on the meta device, we need a
valueto put in on 0
What might be the reason behind this error? And how do we fix this?
Thanks!
System configuration:
GPU : NVIDIA RTX 3080 Ti 24 GB RAM : 64 GB
Running
medalpaca/train.py
in a virtual environment; all dependencies installed usingrequirements.txt
provided.