hallo模型报错 #621

Open
opened 2025-03-14 10:53:37 +08:00 by Aa123456 · 3 comments

老师,运行命令:
python scripts/inference.py --source_image examples/reference_images/1.jpg --driving_audio examples/driving_audios/1.wav --output "cache/output.mp4"
所选机器配置如下:
镜像PyTorch 2.0.0 Python 3.8(ubuntu20.04)Cuda 11.8
GPURTX 3090(24GB) * 1
CPU14 vCPU Intel(R) Xeon(R) Platinum 8362 CPU @ 2.80GHz
报错如下

老师,运行命令: python scripts/inference.py --source_image examples/reference_images/1.jpg --driving_audio examples/driving_audios/1.wav --output "cache/output.mp4" 所选机器配置如下: 镜像PyTorch 2.0.0 Python 3.8(ubuntu20.04)Cuda 11.8 GPURTX 3090(24GB) * 1 CPU14 vCPU Intel(R) Xeon(R) Platinum 8362 CPU @ 2.80GHz 报错如下

同学,请备注是哪一节课的问题哈

同学,请备注是哪一节课的问题哈
Author

第24节课

第24节课

应该是下载了cpu版本的pytorch,重新下载一下pytorch:pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2

应该是下载了cpu版本的pytorch,重新下载一下pytorch:pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#621
No description provided.