hallo模型报错 #621
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#621
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
老师,运行命令:
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
报错如下
同学,请备注是哪一节课的问题哈
第24节课
应该是下载了cpu版本的pytorch,重新下载一下pytorch:pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2