Shrijayan

Results 8 issues of Shrijayan

ModuleNotFoundError Traceback (most recent call last) in () 8 import IPython 9 ---> 10 from tortoise.api import TextToSpeech 11 from tortoise.utils.audio import load_audio, load_voice, load_voices 12 3 frames /content/LIHQ/tortoise_tts/tortoise/models/xtransformers.py in...

### Describe the issue I encountered an error while trying to run a Docker container on my Mac M2 using Colima. Here are the details: ``` python: can't open file...

Description: This feature request proposes adding support for No-SQL databases to the vanna project. No-SQL databases are a type of database that is not based on the relational model. They...

### ⁉️ Discussion/Question I'm currently facing an issue while attempting to use the HuggingFaceHubExperiment for testing models from Hugging Face. Specifically, it seems that only the gpt2 model is functional...

First, I want to thank the team for the fantastic work on the vec2text library. It has been incredibly useful for my projects. I have a feature request regarding the...

enhancement

### Describe the bug When trying to install textract==1.6.4, the installation fails due to an issue with the install_requires field in the setup.py file. Specifically, the extract-msg

This pull request introduces support for **Gemma 2 models** in the `llm2vec` repository by implementing the following enhancements: ### Key Changes: 1. **Updated Transformers Version Constraint:** - Modified dependencies to...

The default model which is specified in the repository itself is not loading in 48 GB GPU memory. It is 24 GB into 2x. How to solve the issue? ##...