Jittor / JittorLLMs

计图大模型推理库,具有高性能、配置要求低、中文支持好、可移植等特点
Apache License 2.0
2.37k stars 183 forks source link

用户输入:你好 后报错 #30

Open z231485 opened 1 year ago

z231485 commented 1 year ago

image

1680802170772

kevinhqf commented 1 year ago

我也是第一次提问后报错 [Reason]: [f 0407 09:16:45.364000 92 helper_cuda.h:128] CUDA error at c:\users\administrator\appdata\local\programs\pyth on\python310\lib\site-packages\jittor\src\mem\allocator\cuda_device_allocator.cc:33 code=2( cudaErrorMemoryAllocation ) cudaMallocManaged(&ptr, size)

cjld commented 1 year ago

这个就是显卡显存不够了,请您按照readme,限制显存大小: https://github.com/Jittor/JittorLLMs#%E9%85%8D%E7%BD%AE%E8%A6%81%E6%B1%82%E4%BD%8E

TcDhlPro commented 1 year ago

这个就是显卡显存不够了,请您按照readme,限制显存大小: https://github.com/Jittor/JittorLLMs#%E9%85%8D%E7%BD%AE%E8%A6%81%E6%B1%82%E4%BD%8E

这个没用, 限制了依旧会报一样的错