Spaces:
Sleeping
Sleeping
Commit
·
6c2acf3
1
Parent(s):
f033a76
chore
Browse filesSigned-off-by: Suvaditya Mukherjee <[email protected]>
app.py
CHANGED
@@ -10,7 +10,7 @@ import pymupdf
|
|
10 |
import gradio as gr
|
11 |
from qdrant_client import QdrantClient
|
12 |
from utils import download_pdf_from_gdrive, merge_strings_with_prefix
|
13 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer,
|
14 |
|
15 |
def rag_query(query: str):
|
16 |
"""
|
|
|
10 |
import gradio as gr
|
11 |
from qdrant_client import QdrantClient
|
12 |
from utils import download_pdf_from_gdrive, merge_strings_with_prefix
|
13 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer, QuantoConfig
|
14 |
|
15 |
def rag_query(query: str):
|
16 |
"""
|