Mohd Kaif
Mohd Kaif
Here is my issue in brief ''' ``` Python import os poppler_path = 'C:\\Users\\Mohd Kaif\\Downloads\\poppler-23.08.0\\Library\\bin' os.environ["PATH"] += os.pathsep + poppler_path ``` ``` Python directory = '/content/drive/MyDrive/History_QA_dataset' ``` ``` Python from...
### System Info OS: Windows 11 x64 Cuda: 12.1 transformers: 4.37.2 sentence_transformers: 2.3.1 bitsandbytes: 0.42.0 pip: 23.1.2 Python 3.10.10 ### Who can help? Hey, @ArthurZucker , @younesbelkada Please guide for...
Seeking Assistance: Incompatibility of Vector Index Model and Embedding Function Dimensions in Neo4j
### Example Code ``` Python # Creating Embdeddings of the sentences and storing it into Graph DB from langchain_community.embeddings import HuggingFaceBgeEmbeddings model_name = "BAAI/bge-base-en-v1.5" model_kwargs = {"device": "cpu"} encode_kwargs =...
### Feature request I am in the process of developing an open-source RAG pipeline, utilizing Olmo 7b for the task at hand. However, I've encountered some GPU limitations, prompting me...
Raising issue: Facing GPU resource constraints with Mistral-7B-v0.1. Seeking optimizations for VRAM usage and inference performance. Considering alternative solutions due to BetterTransformers not being supported. Open to collaboration on resolving...
### 🚀 The feature, motivation and pitch I am using Olmo 7B for RAG for efficient inference on low GPU resources but does not support flash attention 2.0 Here is...
## Description Getting this error ''' ``` Collecting tensorrt Using cached tensorrt-8.6.1.post1.tar.gz (18 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: tensorrt Building wheel for tensorrt (setup.py)...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
### Feature request Explore these Neo4j resources for enhanced insights: [Indexes for Vector Search](https://neo4j.com/docs/cypher-manual/current/indexes-for-vector-search/) [Query Tuning and Indexes](https://neo4j.com/docs/cypher-manual/current/planning-and-tuning/query-tuning/indexes/) [Neo4j LangChain Vector Index Implementation](https://neo4j.com/developer-blog/neo4j-langchain-vector-index-implementation/) Hope you find them helpful! ### Motivation...
How we can fine tune Multimodal LLM like IDEFICS -2 using unsloth package ? ``` config.json: 100%  684/684 [00:00 4 model, tokenizer = FastLanguageModel.from_pretrained( 5 model_name = "HuggingFaceM4/idefics2-8b", 6 max_seq_length...