forked from snxraven/llama-cpp-python-djs-bot
counting tokens properly
This commit is contained in:
@ -6,6 +6,6 @@ RUN apt-get update; \
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN pip3 install llama-cpp-python[server]
|
||||
RUN CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python[server]
|
||||
|
||||
CMD python3 -m llama_cpp.server
|
Reference in New Issue
Block a user