Daniel TTY

Results 7 issues of Daniel TTY

Any codes to fine tune the LLM on local device?

feature request

Let's say I have fine-tuned a base model with a certain dataset (running on Google colab). Now I would like to further fine tune it with my custom data. How...

Finetuning the mpt-7b and mpt-30b using qlora gives the error "ValueError: MPTForCausalLM does not support gradient checkpointing.". Is there a way to fix this?

question

### 🚀 The feature Allow pandasai to connect to Redis and perform search over databases. ### Motivation, pitch Currently there are SQL connectors for pandasai, but Redis is also a...

enhancement
good first issue

### 🚀 The feature Not able to use Google VertexAI with these parameters: llm = GoogleVertexAI( project_id="some_location", location="us-central1", model="gemini-1.5-flash" ) with this error: ERROR:pandasai.helpers.logger:Pipeline failed on step 3: Unsupported model:...

enhancement

### System Info import os import pandas as pd from pandasai import Agent from pandasai.llm import GoogleVertexAI ### 🐛 Describe the bug any update on this issue? I saw an...

bug

## Expected Behavior run without error, as the code below is from vertexai documentation: https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/control-generated-output ## Actual Behavior returns the error : TypeError: GenerationConfig.__init__() got an unexpected keyword argument 'response_schema'...