You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model file produced after training is in FSDP format (designed for large-scale distributed training and saved by PyTorch FSDP after training), which is different from HuggingFace (a universal model distribution format suitable for inference, fine-tuning, and research). How can I convert FSDP to the common inference format for the agent to use?
In the post-training demo of this project, the agent is created by myself. How to integrate letta's agent service or the deployed agent service?