Views
No views yet
1./llama-server \
2 -m /path/to/model.gguf \
3 -c 2048 \ # Context length
4 --host 0.0.0.0 \ # Allow remote connections
5 --port 8080 \ # Server port
6 --n-gpu-layers 35 # GPU acceleration (if available)API URL: http://localhost:8080
Model: (leave empty)
API Type: llama.cpp1{
2 "temperature": 0.7,
3 "max_tokens": 512,
4 "top_p": 0.9
5}1Context Length: 2048
2GPU Offload: Recommended (enable if available)
3Batch Size: 512| Filename | Precision | Size | Characteristics |
|---|---|---|---|
| mindchat.gguf | FP16 | [15.5GB] | Full original model precision |
--n-gpu-layers 35 for GPU acceleration (requires CUDA-enabled build)--mlock to prevent swapping1@misc{MindChat,
2 author={Xin Yan, Dong Xue*},
3 title = {MindChat: Psychological Large Language Model},
4 year = {2023},
5 publisher = {GitHub},
6 journal = {GitHub repository},
7 howpublished = {\url{https://github.com/X-D-Lab/MindChat}},
8}
9