Views
No views yet

ask() method for quick prompting.pip install torch transformers safetensors1from aggpt13 import AgGPT
2
3agent = AgGPT(model_path="aggpt13/")
4response = agent.ask("Hey, who are you?")
5print(response)transformers..safetensors) and quantization parameters (.json).float32 and manually loads them into the model.