Kai Ruan

Results 21 comments of Kai Ruan

@mamoodi Well, the error is just `groupadd: group 'docker' already exists` and the images cannot start. Even when i try the original recommened cmd ``` docker run -it --pull=always -e...

@mamoodi > Hmmm.... I'm unsure. Looking at the bug description, Graham says: "if you install anaconda in the image (using docker)". Where are you doing that? In the APP image?...

i just want the agent can manage conda env in the openhands image

@mamoodi no, It just won't start.

I believe this is a relatively significant issue, as it is crucial for developers in certain regions worldwide. If simply setting `--network host` for the Docker image does not work,...

However, i can run all the example codes successfully ```julia julia> t = Tensor( -rand(3, 3) ) PyTorch.Tensor{Float64, 2}: -0.4873 -0.9448 -0.3749 -0.0476 -0.7437 -0.5665 -0.4632 -0.6791 -0.4475 [ CPUDoubleType{3,3}...

This fails too. ```julia julia> t PyTorch.Tensor{Float64, 2}: 0.4873 0.9448 0.3749 0.0476 0.7437 0.5665 0.4632 0.6791 0.4475 [ CUDADoubleType{3,3} ] julia> index PyTorch.Tensor{Int64, 0}: 1 [ CUDALongType{} ] julia> t[index]...

here is my libtorch version : `libtorch-cxx11-abi-shared-with-deps-2.1.0+cu121.zip` ```bash wget https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcu121.zip ``` Driver Version: 560.35.03 CUDA Version: 12.6 nvcc: Cuda compilation tools, release 12.0, V12.0.140 Build cuda_12.0.r12.0/compiler.32267302_0

And, it is not able to concat two CUDA tensor (even put them in a Vector) , however pytorch can do this. ```julia julia> A PyTorch.Tensor{Float64, 2}: 0.9373 0.6318 0.4080...