AI-Aether
AI-Aether
### Question After using finetune_lora_task.sh I stored everything under /Output directory. How do I check the inference of this fine-tuned model?
### Question I wanted to fine-tune LLaVA on my dataset for my use case, but I had only 553 images in total. When I fine-tuned, merged the weights and then...
### 🚀 The feature Hi, Is there a way we can query a complete postgres sql database instead of passing individual tables in the confg? ### Motivation, pitch Is it...
### System Info I have been getting this error when I am trying to access two Dataframes using SmartDataLake ### 🐛 Describe the bug try: dburl = f'postgresql+psycopg2://{username}:{password}@{host}:{port}/{mydb}' engine =...
### System Info 'Unfortunately, I was not able to answer your question, because of the following error:\n\n\nImage export using the "kaleido" engine requires the kaleido package,\nwhich can be installed using...
data_url = data_url_from_image("dog.jpg") print("The obtained data url is", data_url) iterator = client.inference.chat_completion( model=model, messages=[ { "role": "user", "content": [ { "image": { "uri": data_url } }, "Write a haiku describing...