You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This project uses uses [LlamaCpp-Python](https://github.com/abetlen/llama-cpp-python) for GGUF(llama-cpp-python >=0.1.83) models loading and inference, if you are using GGML models you need (llama-cpp-python <=0.1.76).
@@ -51,12 +51,12 @@ For more: [Pinecone LCEL Article](https://www.pinecone.io/learn/series/langchain
51
51
52
52
For Nvidia's GPU infernece, use 'cuBLAS', run below commands in your terminal:
For more info, for setting right flags on any device where your app is running, see [here](https://codesandbox.io/p/github/imotai/llama-cpp-python/main).
62
62
@@ -73,7 +73,7 @@ For more: [Pinecone LCEL Article](https://www.pinecone.io/learn/series/langchain
0 commit comments