sachinchandrankallar commited on
Commit
6bca172
·
1 Parent(s): 8704dff

duplicate llamacpp requirement

Browse files
ai_med_extract/__pycache__/app.cpython-311.pyc CHANGED
Binary files a/ai_med_extract/__pycache__/app.cpython-311.pyc and b/ai_med_extract/__pycache__/app.cpython-311.pyc differ
 
ai_med_extract/agents/__pycache__/patient_summary_agent.cpython-311.pyc CHANGED
Binary files a/ai_med_extract/agents/__pycache__/patient_summary_agent.cpython-311.pyc and b/ai_med_extract/agents/__pycache__/patient_summary_agent.cpython-311.pyc differ
 
ai_med_extract/api/__pycache__/routes.cpython-311.pyc CHANGED
Binary files a/ai_med_extract/api/__pycache__/routes.cpython-311.pyc and b/ai_med_extract/api/__pycache__/routes.cpython-311.pyc differ
 
ai_med_extract/utils/__pycache__/model_loader_gguf.cpython-311.pyc CHANGED
Binary files a/ai_med_extract/utils/__pycache__/model_loader_gguf.cpython-311.pyc and b/ai_med_extract/utils/__pycache__/model_loader_gguf.cpython-311.pyc differ
 
requirements.txt CHANGED
@@ -163,7 +163,7 @@ Werkzeug==3.1.3
163
  wrapt==1.17.3
164
  xxhash==3.5.0
165
  yarl==1.20.1
166
- llama-cpp-python==0.2.72
167
 
168
  # Add timeout and signal handling dependencies
169
  timeout-decorator==0.5.0
 
163
  wrapt==1.17.3
164
  xxhash==3.5.0
165
  yarl==1.20.1
166
+
167
 
168
  # Add timeout and signal handling dependencies
169
  timeout-decorator==0.5.0