Suman Saurabh
Suman Saurabh
**Title**: Update Documentation Across Codebase **Description**: This PR focuses exclusively on updating and refining the documentation throughout the codebase. There are no functional changes to the code itself. **Changes**: 🐍...
This PR focuses exclusively on updating and refining the documentation throughout the codebase. There are no functional changes to the code itself. Changes: /download.py /sample_ddp.py /models.py /train.py /sample.py /diffusion/gaussian_diffusion.py /diffusion/respace.py...
This PR focuses exclusively on updating and refining the documentation throughout the codebase. There are no functional changes to the code itself. Changes: /faiss_vector_storage.py /trt_llama_api.py /app.py 🙏 Request: Please review...
This PR focuses exclusively on updating and refining the documentation throughout the codebase. There are no functional changes to the code itself. 🙏 Request: Please review the changes to ensure...
### Description This PR adds documentation across the entire repository to improve codebase clarity, maintainability, and developer onboarding. #### Before Full Repo Documentation #### After Full Repo Documentation  Key...
**Describe the bug** I added a timeout for 24hrs, however it's not honoring the timeout and is getting reduced to 5 mins. **To Reproduce** Steps to reproduce the behavior: 1....
## Summary Implements SEQPACKET socket type support for virtio vsock to enable datagram relay use cases while preserving packet boundaries. ## Changes - Added VIRTIO_VSOCK_F_SEQPACKET feature flag support - Implemented...
## Summary Implements SEQPACKET socket type support for virtio vsock to enable datagram relay use cases while preserving packet boundaries. ## Changes - Added SEQPACKET socket type handling in vsock...
## Summary Implements SEQPACKET socket type support for virtio vsock to enable datagram relay use cases while preserving message boundaries. ## Changes Made - Added VIRTIO_VSOCK_F_SEQPACKET feature flag support -...
## Summary Implemented command line arguments support for `os.Args` in the kernel to complement the existing environment variables functionality. ## Changes - Added command line argument parsing capability to the...