Skip to content

Comments

feat(config): 在m1max 64G上成功运行需要改动的地方#262

Open
1193700079 wants to merge 1 commit intoHumanAIGC-Engineering:mainfrom
1193700079:main
Open

feat(config): 在m1max 64G上成功运行需要改动的地方#262
1193700079 wants to merge 1 commit intoHumanAIGC-Engineering:mainfrom
1193700079:main

Conversation

@1193700079
Copy link

  • 注释掉 connection_ttl 配置项以避免冲突
  • 添加 LiteAvatar 模块的完整配置示例并修改 use_gpu 默认值为 false
  • 移除 pyproject.toml 中对 torch 相关包的依赖声明
  • 修改 onnxruntime-gpu 依赖为 onnxruntime
  • 在共享内存缓冲池中安全获取队列大小,防止异常

在m1max 64G上成功运行需要改动的地方

- 注释掉 `connection_ttl` 配置项以避免冲突
- 添加 `LiteAvatar` 模块的完整配置示例并修改 `use_gpu` 默认值为 false
- 移除 `pyproject.toml` 中对 torch 相关包的依赖声明
- 修改 `onnxruntime-gpu` 依赖为 `onnxruntime`
- 在共享内存缓冲池中安全获取队列大小,防止异常
@sudowind
Copy link
Collaborator

sudowind commented Dec 1, 2025

请只保留对shared_memory_buffer_pool.py的修改,配置文件部分先保留现状,我们后续会针对不同的运行平台提供更好的兼容策略。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants