-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
给的docker里面的jittor 版本还是1.2.2.59,能不能提供下最新的版本的啊 #285
Comments
您可以python3.7 -m pip install jittor -U直接更新即可,我们尽快更新一下,因为jittor版本更新频繁,所以docker的版本有些滞后😁
…---原始邮件---
发件人: ***@***.***>
发送时间: 2021年12月17日(周五) 晚上11:21
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [Jittor/jittor] 给的docker里面的jittor 版本还是1.2.2.59,能不能提供下最新的版本的啊 (Issue #285)
Describe the bug
给的docker里面的jittor 版本还是1.2.2.59,能不能提供下最新的版本的啊
Full Log
***@***.***:/media# /usr/bin/python3 /media/docker-jittor-cuda/ts1.py
[i 1217 15:17:09.308695 36 compiler.py:851] Jittor(1.2.2.59) src: /usr/local/lib/python3.8/dist-packages/jittor
[i 1217 15:17:09.308783 36 compiler.py:852] g++ at /usr/bin/g++
[i 1217 15:17:09.308817 36 compiler.py:853] cache_path: /root/.cache/jittor/default/g++
[i 1217 15:17:09.330789 36 init.py:257] Found /usr/local/cuda/bin/nvcc(11.1.105) at /usr/local/cuda/bin/nvcc.
[i 1217 15:17:09.352898 36 init.py:257] Found addr2line(2.34) at /usr/bin/addr2line.
[i 1217 15:17:09.375301 36 compiler.py:893] pybind_include: -I/usr/include/python3.8 -I/usr/local/lib/python3.8/dist-packages/pybind11/include
[i 1217 15:17:09.386878 36 compiler.py:895] extension_suffix: .cpython-38-x86_64-linux-gnu.so
[i 1217 15:17:09.507388 36 init.py:169] Total mem: 31.31GB, using 10 procs for compiling.
[i 1217 15:17:09.611967 36 jit_compiler.cc:21] Load cc_path: /usr/bin/g++
[i 1217 15:17:09.612003 36 init.cc:54] Found cuda archs: []
[i 1217 15:17:09.687928 36 init.py:257] Found mpicc(4.0.3) at /usr/bin/mpicc.
[i 1217 15:17:09.707734 36 compiler.py:658] handle pyjt_include/usr/local/lib/python3.8/dist-packages/jittor/extern/mpi/inc/mpi_warper.h
[i 1217 15:17:09.723767 36 compile_extern.py:289] Downloading nccl...
[i 1217 15:17:09.762774 36 compile_extern.py:16] found /usr/local/cuda/include/cublas.h
[i 1217 15:17:09.762906 36 compile_extern.py:16] found /usr/local/cuda/lib64/libcublas.so
[i 1217 15:17:09.775295 36 compile_extern.py:16] found /usr/include/cudnn.h
[i 1217 15:17:09.775351 36 compile_extern.py:16] found /usr/lib/x86_64-linux-gnu/libcudnn.so
[i 1217 15:17:09.780108 36 compile_extern.py:16] found /usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so
[i 1217 15:17:09.782843 36 compile_extern.py:16] found /usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so
[i 1217 15:17:09.783217 36 compile_extern.py:16] found /usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so
[i 1217 15:17:09.978729 36 compile_extern.py:16] found /usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so
[i 1217 15:17:09.986669 36 compiler.py:658] handle pyjt_include/usr/local/lib/python3.8/dist-packages/jittor/extern/cuda/cudnn/inc/cudnn_warper.h
[i 1217 15:17:09.997169 36 compile_extern.py:16] found /usr/local/cuda/include/curand.h
[i 1217 15:17:09.997244 36 compile_extern.py:16] found /usr/local/cuda/lib64/libcurand.so
1.2.2.59
Minimal Reproduce
Reproduce this error with a file or several lines of code.
If it is not possible, leave it blank.
Expected behavior
A clear and concise description of what you expected to happen.
If you are submitting an issue for the first time, please refer to our guideline
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
给的docker里面的jittor 版本(尝试的jittor-cuda-11-1)还是1.2.2.59,能不能提供下最新的版本的啊
Full Log
尝试在docker中更新至最新版
pip3 install --upgrade jittor
运行一个最简单的脚本会报错
Minimal Reproduce
Expected behavior
下载 https://codeload.github.com/Jittor/cutt/zip/v1.2 手动加载到/root/.cache/jittor/cutt/中
再执行脚本,好像就能编译成功了,好像就正常了🤣
显示版本号为1.3.1.27
The text was updated successfully, but these errors were encountered: