TypeError: NoneType takes no arguments
I reported the following error while executing the startup script:
python main.py --config-path configs/config-dev-offload-1-4090.json --port 6006 --host 0.0.0.0
You are using the default legacy behaviour of the <class 'transformers.models.t5.tokenization_t5.T5Tokenizer'>. This is expected, and simply means that the legacy (previous) behavior will be used so nothing changes for you. If you want to use the new behaviour, set legacy=False. This should only be set if you understand what it means, and thoroughly read the reason why this was added as explained in https://github.com/huggingface/transformers/pull/24565
Traceback (most recent call last):
File "/workspace/flux-fp8-api/main.py", line 199, in
Ah yeah I'll look into this, shouldn't be happening. Is caused by the https://github.com/aredden/torch-cublas-hgemm library not being installed. Should be a quick fix. I'll do it today.
Okay should be fixed now! From here: 153dd913d02f05023fdf3b6c24a16d737f3c1359 - let me know if there are any further issues @lvjin521
Okay should be fixed now! From here: 153dd91 - let me know if there are any further issues @lvjin521
thanks! This solved my problem.
Wow, thank you so much for your optimization, I have no problem now, you are great