Open
Conversation
|
4090 生成一个模型一次都要 30分钟吗? |
Author
因为是fp16模型啊,显存不够会放到内存,速度就慢了很多,如果是足够的显存会快很多 |
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.
解决的问题
解决 【犀牛鸟实战issue】windows install
【问题描述】在windows系统中安装custom_rastorizer报错 √
【期望改进】在windows系统中顺利完成安装和代码运行 √
【完成方式】给出安装和代码运行说明文档 √
所做更改
添加了全面的Windows安装指南(WINDOWS_SETUP.md)
创建了用于编译自定义组件的批处理脚本
添加了Windows专用的依赖文件(requirements_win.txt)
详细记录了依赖项的逐步安装过程
提供了基于Conda和手动安装两种方法
包含了验证安装成功的说明
测试情况
已在以下环境成功测试安装和推理:
RTX 4090
RTX 5080
Windows 10和11
CUDA 12.4与PyTorch 2.5.1 CUDA 12.9与PyTorch 2.9.0
附加说明
在量化模型可用之前,本指南需要至少32GB显存的GPU,否则会生成很慢(我所使用的卡都需要三十分钟左右)