File size: 225 Bytes
14cc0c1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Global variables
CUDA_VISIBLE_DEVICES=0
FORCE_CMAKE=1
CMAKE_ARGS="-DLLAMA_CUBLAS=on"
LANGUAGE=en
TTS=gTTS
#when you use it in local
OUTPUT_PATH=output
MODEL_DIR=models
#MODEL_PATH=models/dolphin-2.2.1-mistral-7b.Q2_K.gguf
|