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
Optimize memory parsing logic in parse_memory_from_output()
- Consolidated VRAM regex matching using a loop for readability and maintainability
- Simplified KV cache regex and corrected group usage
- Improved efficiency by reducing regex backtracking
- Preserved error handling for robustness
0 commit comments