markli404

Results 16 comments of markli404

Similar to this [issue](https://github.com/huggingface/transformers/issues/28052). Check the solution provided there might be helpful

> > Similar to this [issue](https://github.com/huggingface/transformers/issues/28052). Check the solution provided there might be helpful > > 是因为Yi的 sft 代码里少了这两行参数: > > 加上之后,再次运行,报新的错如下: > > ``` > Loading extension module cpu_adam......

> @markli404 We would like to invite you to please include the prompt used for translation in your PR description, specifically mentioning that you are using the [Yi-34B-Chat](https://huggingface.co/spaces/01-ai/Yi-34B-Chat) model. This...

I have successfully launched the demo in Google Colab with this line of code: ``` !CUDA_VISIBLE_DEVICES=0 python /content/Yi/VL/single_inference.py --model-path ./Yi-VL-6B --image-file Yi/VL/images/cats.jpg --question "Describe the cats and what they are...

> !git clone https://github.com/01-ai/Yi.git > !cd Yi/VL > !export PYTHONPATH=$PYTHONPATH:$(pwd) > !pip install -r requirements.txt The `cd` command in colab notebook needs to start with `%`, so you can either...

> 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...

I was unable to reproduce this error, but it might be because I was using a different OS. Would you please be more specific on your steps to reproduce the...

> > I was unable to reproduce this error, but it might be because I was using a different OS. Would you please be more specific on your steps to...