https://github.com/vanities/llm
testing llm stuffs
https://github.com/vanities/llm
Last synced: 2 months ago
JSON representation
testing llm stuffs
- Host: GitHub
- URL: https://github.com/vanities/llm
- Owner: vanities
- Created: 2023-08-17T01:58:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T18:30:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T11:03:53.180Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```