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

https://github.com/fernandotonon/ai-dungeonmaster

AI-Powered Holodeck-Style Online RPG
https://github.com/fernandotonon/ai-dungeonmaster

Last synced: 6 months ago
JSON representation

AI-Powered Holodeck-Style Online RPG

Awesome Lists containing this project

README

          

# ai-dungeonmaster
AI-Powered Holodeck-Style Online RPG

## Create virtual environment
python3 -m venv venv
cd ai-dungeonmaster/ai-engine/ && source venv/bin/activate && python app.py

## Run docker compose
docker compose --env-file ./.env up --build

## rename llama pth file
mv /home/fernando/.llama/checkpoints/Llama3.2-3B/consolidated.00.pth /home/fernando/.llama/checkpoints/Llama3.2-3B/pytorch_model.bin

## run docker compose with gpu
docker compose --env-file ./.env up --build --gpus all

## cloudflare quicktunnel
cloudflared tunnel --url http://localhost:3000