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
We need to update the generate command in the GitHub Model CLI to include a --session-file option. This session file will always be required and will serve several purposes: 1. Context Storage: The session file will store the promptpx context object, ensuring that all results and progress are saved. 2. Session Consistency: When starting a generation, the CLI will check that the prompt file matches the one stored in the session file. If they don’t match, the process will stop to prevent any inconsistenc...
#5