Thiago Dantas
Thiago Dantas
I'm also interested in this
Any updates on this?
I managed to do it by installing from source. `git clone https://github.com/davisking/dlib.git` `cd dlib` `mkdir build; cd build; cmake ..; cmake --build .` `cd ..` `python3 setup.py install`
Hey @YJYJLee , can you tell me how did you manage to install Minkowski Engine? I just can't install it anyway I try
This dockerfile works for me. ```Dockerfile FROM pytorch/pytorch:1.9.1-cuda11.1-cudnn8-devel WORKDIR /app ############################################## # You should modify this to match your GPU compute capability # https://developer.nvidia.com/cuda-gpus#compute ENV TORCH_CUDA_ARCH_LIST="8.6" ############################################## ENV TORCH_NVCC_FLAGS="-Xfatbin -compress-all"...
Same problem here. Can someone help, please?
> Realmente simples, porém o programa precisa rodar em ambiente Windows. > Mesmo assim obrigado pela dica @marcoeuzb Você pode baixar o Ubuntu no linux. Só colocar "Ubuntu" na Microsoft...
I'm getting similar behaviour: ``` ./chat: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./chat) ./chat: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ./chat) ./chat: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required...
@G4GUO can you share how you managed to build it?
Ok! I'll give it a try! Thanks