LVKinyanjui commited on
Commit
728c92a
β€’
1 Parent(s): 0e17931

Refactored project directory structure

Browse files
modules/{ollama_sum_refine.py β†’ common/ollama_sum_refine.py} RENAMED
File without changes
app_inference.py β†’ modules/inference/llama3_1_8b_instruct.py RENAMED
File without changes
ollama-docker/Dockerfile DELETED
File without changes
ollama-docker/compose.yaml DELETED
@@ -1,8 +0,0 @@
1
- services:
2
- ollama-server:
3
- build:
4
- context: .
5
- volumes:
6
- - ollama:/root/.ollama
7
- ports:
8
- - 11434:11434