win10下使用jittor,报CUDA found but cublas is not loaded错误

您好,您能提供完整的log吗?

请问您的版本号是多少呢,最新版本(1.3.0.11)应该已经修复了这个问题,您试试:

# 更新jittor
python -m pip install jittor -U
# 清除cache
python -m jittor_utils.clean_cache all
# 重新运行
python -m jittor.test.test_core

我之前的版本是1.3.0.5,现在升级到1.3.0.11可以正常使用了,非常感谢!!!