feat(config): 在m1max 64G上成功运行需要改动的地方#262
Open
1193700079 wants to merge 1 commit intoHumanAIGC-Engineering:mainfrom
Open
feat(config): 在m1max 64G上成功运行需要改动的地方#2621193700079 wants to merge 1 commit intoHumanAIGC-Engineering:mainfrom
1193700079 wants to merge 1 commit intoHumanAIGC-Engineering:mainfrom
Conversation
在m1max 64G上成功运行需要改动的地方 - 注释掉 `connection_ttl` 配置项以避免冲突 - 添加 `LiteAvatar` 模块的完整配置示例并修改 `use_gpu` 默认值为 false - 移除 `pyproject.toml` 中对 torch 相关包的依赖声明 - 修改 `onnxruntime-gpu` 依赖为 `onnxruntime` - 在共享内存缓冲池中安全获取队列大小,防止异常
Collaborator
|
请只保留对shared_memory_buffer_pool.py的修改,配置文件部分先保留现状,我们后续会针对不同的运行平台提供更好的兼容策略。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
connection_ttl配置项以避免冲突LiteAvatar模块的完整配置示例并修改use_gpu默认值为 falsepyproject.toml中对 torch 相关包的依赖声明onnxruntime-gpu依赖为onnxruntime