PerRing
Results
1
issues of
PerRing
I'm trying to use the huggingface trainer after using tensor_parallel with the Llama2 7b model, by calling ```python model = tp.tensor_parallel(model) ``` but I'm getting the following error. ``` ValueError:...