Implement --client mode for cluster functionality
- Add --client mode with required --cluster-host, --cluster-port, --token options - Optional --optimize and --flash for client mode - Convert cluster communication from TCP to bidirectional websockets - Implement file transfer placeholders for jobs and results - Update cluster master to authenticate clients via cluster_token - Add configuration page for managing cluster clients (placeholder) - Update build scripts to include cluster components - Add websockets to requirements - Disable web/API interfaces in client mode
Showing
... | ... | @@ -8,3 +8,4 @@ flash-attn>=2.0.0 |
pyinstaller>=5.0.0 | ||
PyMySQL>=1.0.0 | ||
redis>=4.0.0 | ||
websockets>=12.0.0 | ||
\ No newline at end of file |
This diff is collapsed.
Please
register
or
sign in
to comment