Open 631068264 opened 1 year ago
I have the same problem @rmihaylov
Running into the same issue. Any luck on this?
export CUDA_VISIBLE_DEVICES=1
can work
Thanks. Seems to be working.
But ran into a OutOfMemory issue post fine tuning
File "/opt/conda/lib/python3.9/site-packages/bitsandbytes/nn/modules.py", line 336, in _save_to_state_dict self.weight.data = undo_layout(self.state.CxB, self.state.tile_indices) File "/opt/conda/lib/python3.9/site-packages/bitsandbytes/autograd/_functions.py", line 96, in undo_layout outputs = torch.empty_like(tensor) # note: not using .index_copy because it was slower on cuda torch.cuda.OutOfMemoryError: CUDA out of memory.
Not sure what knob to adjust
Run
Error