Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac M1 检测LLM功能报错 #43

Closed
alpaca121 opened this issue Nov 22, 2024 · 4 comments
Closed

Mac M1 检测LLM功能报错 #43

alpaca121 opened this issue Nov 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@alpaca121
Copy link

问题描述 | Problem Description

没有配置socks代理,点击测试LLM出现一下报错信息,
000205-20241122-16 18 25zTvh2WCN@2x

日志信息(可选)| Logs (Optional)

No response

@alpaca121 alpaca121 added the bug Something isn't working label Nov 22, 2024
@WEIFENG2333
Copy link
Owner

看样子是调用 OpenAI 的库遇到了错误。

尝试在命令行中禁用代理,输入以下三个命令:

unset https_proxy; unset http_proxy; unset all_proxy; 

因为没有Mac,缺乏对Mac的测试与适配,很难兼顾到这种情况。

@alpaca121
Copy link
Author

好的解决了

@alpaca121
Copy link
Author

000206-20241122-16 55 51iW6EeufZ@2x
在合成视频的时候闪退了和CUDA有关吗

@WEIFENG2333
Copy link
Owner

WEIFENG2333 commented Nov 22, 2024

合成完本来是想打开文件夹的,但Mac不支持这个os.starfilet() 函数就报错退出。可以注释掉相关代码。

缺乏设备实在难以调试,问题太多的话还是建议使用 window 运行。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants