patrickjchen
patrickjchen
Hi, I have the problem making the library on centos with the message above. Thanks Patrick
First load model with internet connection ON model, tokenizer = FastLanguageModel.from_pretrained( model_name = "unsloth/gemma-7b-bnb-4bit", max_seq_length = max_seq_length, dtype = dtype, load_in_4bit = load_in_4bit, ) Then I saved the model, using...
Hi Shawn, The interface seems very simple and effective. However, I don't see anything related to publish/subscribe. Can it be added easily? Thanks Patrick