王鹤男
Results
2
issues of
王鹤男
Original code will load model to CPU memory in float32, and will require 36GB+ CPU memory. My modification will use less CPU memory (< 20GB).
*Issue #, if available:* - https://github.com/aws-samples/amazon-nova-samples/issues/142 *Description of changes:* - Change requests=2.32.3 to requests==2.32.3 - Add event_type = None and forward_task = None to websocket_handler to avoid some errors By...