Suman Saurabh

Results 11 issues of 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...

CLA Signed

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 ![image](https://github.com/user-attachments/assets/3bfc8aed-4afa-4b3e-aedb-dd04f62728d7)#### After Full Repo Documentation ![image](https://github.com/user-attachments/assets/150d8f78-af16-479f-a232-1e3f47dd7733) 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....

bug

## 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...