YannickRuppenthal

Results 2 comments of YannickRuppenthal

Old versions of networkx are not compatible with newer python versions. It seemed to work when changing the import from `from fractions import gcd` to `from math import gcd` in...

Had a similar problem, but it turns out I had to increase max_seq_length in FastLanguageModel.from_pretrained(...)