CUDA_VISIBLE_DEVICES=0 OLLAMA_HOST=0.0.0.0:11434 ollama serve
CUDA_VISIBLE_DEVICES=1 OLLAMA_HOST=0.0.0.0:11435 ollama serve
secret.py file for openAI API key. Can put a dummy key if do not use chatGPT.
echo 'OPENAI_API_KEY = "key"' > secret.py
python main.py
python finetuning.py
example_use_case then modify the files to fit your use case.main.py to add new use case.To understand how this system work, please checkout our publication:
4 commits
Python
100.0%
CUDA_VISIBLE_DEVICES=0 OLLAMA_HOST=0.0.0.0:11434 ollama serve
CUDA_VISIBLE_DEVICES=1 OLLAMA_HOST=0.0.0.0:11435 ollama serve
secret.py file for openAI API key. Can put a dummy key if do not use chatGPT.
echo 'OPENAI_API_KEY = "key"' > secret.py
python main.py
python finetuning.py
example_use_case then modify the files to fit your use case.main.py to add new use case.To understand how this system work, please checkout our publication:
4 commits
Python
100.0%