Olga Lipina

Results 3 comments of Olga Lipina

> git+https://github.com/gburlet/YouTokenToMe.git@dependencies Sad, but not working for poetry :( ``` poetry add git+https://github.com/gburlet/YouTokenToMe.git@dependencies Updating dependencies Resolving dependencies... (0.9s) Package operations: 1 install, 0 updates, 0 removals - Installing youtokentome (1.0.6...

@parithosh , thank you for the tip! I use python 3.10. Firstly, i tried `sudo apt-get install python-dev`, python-dev was installed, then i tried to get youtokentome – didn't work....

Worked for me with small corrections. My CUDA Version: 12.2 . I use poetry env manager ` CUDACXX=/usr/local/cuda-12.0/bin/nvcc CMAKE_ARGS="-DLLAMA_CUBLAS=on -DCMAKE_CUDA_ARCHITECTURES=native" FORCE_CMAKE=1 poetry run pip install llama-cpp-python --no-cache-dir --force-reinstall --upgrade`