You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to run the basic example code provided in the repository after installing the required packages and configuring Azure. However, I encountered an authentication error when executing the following command:
bash
AZFUSE_TSV_USE_FUSE=1 python -m generativeimage2text.inference -p "{'type': 'test_git_inference_single_image',
'image_path': 'aux_data/images/1.jpg',
'model_name': 'GIT_BASE',
'prefix': '',
}"
Here is the error message I received:
Despite following the installation instructions and using the provided configuration files, I am unable to authenticate successfully.
Could you please assist me in resolving this issue? Any guidance or suggestions would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I have been trying to run the basic example code provided in the repository after installing the required packages and configuring Azure. However, I encountered an authentication error when executing the following command:
bash
AZFUSE_TSV_USE_FUSE=1 python -m generativeimage2text.inference -p "{'type': 'test_git_inference_single_image',
'image_path': 'aux_data/images/1.jpg',
'model_name': 'GIT_BASE',
'prefix': '',
}"
Here is the error message I received:
Despite following the installation instructions and using the provided configuration files, I am unable to authenticate successfully.
Could you please assist me in resolving this issue? Any guidance or suggestions would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: