Open tongyx361 opened 1 year ago
There are two lines of code in qlora.py that are so confusing (for me):
qlora.py
setattr(model, "model_parallel", True) setattr(model, "is_parallelizable", True)
What if the model didn't support model parallelism?
There are two lines of code in
qlora.py
that are so confusing (for me):What if the model didn't support model parallelism?