sudhir2016
sudhir2016
I am facing the same issue. Even if I download and manually place the VGG16 weights file in Keras model folder the program still tries to downloads and stops after...
I am also getting the same issue. Error raised by bedrock service: 'NoneType' object has no attribute 'invoke_modeand I using v0.0.189
My directory is different from yours. I used this code to set us environment. !git clone https://github.com/01-ai/Yi.git !cd Yi/VL !export PYTHONPATH=$PYTHONPATH:$(pwd) !pip install -r requirements.txt Please suggest.
Thank you. Still getting this error. OSError: Incorrect path_or_model_id: './Yi-VL-6B'. Please provide either the path to a local folder or the repo_id of a model on the Hub. My directory...
Thank you so much @markli404 !!. It works now.
Than you @arnavgarg1. I did what you asked. Now I am getting this error. RuntimeError: Caught exception during model preprocessing: template invalid for zero-shot prompt: Prompt template must contain either...
Thank you @arnavgarg1. Here is the link to my Colab https://colab.research.google.com/drive/1Gu5l9Z-KQLaYWhPJqiW-bMLMF5GHTJnD?usp=sharing
Thank you @tgaddair. Looking forward to further guidance.
Thank you @tgaddair. I was able to train. I then tried to upload to hf_hub. But I am getting this error. Exception: Model artifacts not found at /content/results/model/model_weights. It is...
I thought that there was some issue with my training dataset so I trained on "ludwig://alpaca" dataset and I got exactly the same error when I tried to upload tp...