Hi,
Thank you for your work.
I am trying to test SAM_Audio.
My Python environment is 3.11.14. I have a CUDA compatible GPU.
I cloned the git repo, created a virtual environment and installed the requirements using 'pip install .' as mentioned in the repo.
When I run the test code ( given in the repo). I get this error -
"TypeError: BaseModel._from_pretrained() missing 2 required keyword-only arguments: 'proxies' and 'resume_download'"
There seems to be some wrong dependencies. Could you please check and let me know how to overcome this.
Hi,
Thank you for your work.
I am trying to test SAM_Audio.
My Python environment is 3.11.14. I have a CUDA compatible GPU.
I cloned the git repo, created a virtual environment and installed the requirements using 'pip install .' as mentioned in the repo.
When I run the test code ( given in the repo). I get this error -
"TypeError: BaseModel._from_pretrained() missing 2 required keyword-only arguments: 'proxies' and 'resume_download'"
There seems to be some wrong dependencies. Could you please check and let me know how to overcome this.