Sorio6
Results
1
issues of
Sorio6
Hello I tried to install fastchat with this command `pip3 install fschat` But I didn't succeed because when I execute my python script ``` #!/usr/bin/python3.10 import fschat model = fschat.load_model("lmsys/fastchat-t5-3b-v1.0")...