Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
import fastapi
|
2 |
-
"""
|
3 |
from fastapi.responses import JSONResponse
|
4 |
-
from llama_cpp import Llama
|
5 |
from time import time
|
6 |
-
|
7 |
-
"""
|
8 |
#MODEL_PATH = "./qwen1_5-0_5b-chat-q4_0.gguf" #"./qwen1_5-0_5b-chat-q4_0.gguf"
|
9 |
import logging
|
10 |
import llama_cpp
|
|
|
1 |
import fastapi
|
|
|
2 |
from fastapi.responses import JSONResponse
|
|
|
3 |
from time import time
|
|
|
|
|
4 |
#MODEL_PATH = "./qwen1_5-0_5b-chat-q4_0.gguf" #"./qwen1_5-0_5b-chat-q4_0.gguf"
|
5 |
import logging
|
6 |
import llama_cpp
|