llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Added install instructions for latest python3

Open Reelix opened this issue 1 year ago • 1 comments

Added install instructions for the versions of torch and sentencepiece missing from the pip repo on the latest python3 - Used to get this working on Python 3.11.0

Reelix avatar Mar 15 '23 21:03 Reelix

Presently, this is the only way to get sentencepiece working on Windows with Python 3.11 without building from source - which is many more hurdles.

bitRAKE avatar Mar 15 '23 21:03 bitRAKE

This seems really hack-ish. It seems better to just explain that people are better of using Python 3.10 - see https://github.com/ggerganov/llama.cpp/commit/1e5a6d088d0f3a967c6e86298a756daec9e8df12

prusnak avatar Mar 18 '23 21:03 prusnak