An open API service indexing awesome lists of open source software.

https://github.com/vanities/llm

testing llm stuffs
https://github.com/vanities/llm

Last synced: 2 months ago
JSON representation

testing llm stuffs

Awesome Lists containing this project

README

          

# Installation

```bash
pip install langchain
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python
```

# Source the env

```bash
source env/bin/activate
```