Subho Ghosh
Subho Ghosh
All endpoints are not there in `DOCUMETNTATION.md`, feel free to add them.
All endpoints are not added in '/ ' route in `main.py` file, please make the changes.
- v2 of Fintech API repo needs to have validations to all the routes and due to them the endpoints become `POST` request instead of `GET` - After adding request...
- There are many endpoints that are repetitive, so its better to remove them - Please remove the repetitive validations from `request_validators.py` file
- The Mortgage Calculator helps estimate the monthly payment due along with other financial costs associated with mortgages.. - Perform all the calculations in the `function.py` file present in helpers...
### Model description Janus is an autoregressive framework that unifies multimodal understanding and generation. Unlike previous approaches that use a single visual encoder for both tasks, Janus decouples visual encoding...
### Feature request Add support for LlamaGen, an autoregressive image generation model, to the Transformers library. LlamaGen applies the next-token prediction paradigm of large language models to visual generation. Paper:...
Encountering a `TypeError` during LTX-Video inference where `FP8Linear.forward()` receives 5 positional arguments but only accepts 2-4. This appears to be related to the q8_kernels integration with the diffusers pipeline. ##...