sachinchandrankallar commited on
Commit
3463c83
·
1 Parent(s): 54d246e

Revert "requirements update"

Browse files

This reverts commit 1e7907f52c0060d236b6fea13615bd1cb1437c94.

requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # Core AI/ML dependencies
2
- torch>=2.4.0
3
- torchvision>=0.19.0
4
- torchaudio>=2.4.0
5
  transformers>=4.42.0
6
  tokenizers==0.21.4
7
  accelerate>=0.30.0
 
1
  # Core AI/ML dependencies
2
+ torch>=2.3.0
3
+ torchvision>=0.18.0
4
+ torchaudio>=2.3.0
5
  transformers>=4.42.0
6
  tokenizers==0.21.4
7
  accelerate>=0.30.0
services/ai-service/src/ai_med_extract/__pycache__/app.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/__pycache__/app.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/__pycache__/app.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/__pycache__/health_endpoints.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/__pycache__/health_endpoints.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/__pycache__/health_endpoints.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/agents/__pycache__/patient_summary_agent.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/agents/__pycache__/patient_summary_agent.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/agents/__pycache__/patient_summary_agent.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/agents/__pycache__/summarizer.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/agents/__pycache__/summarizer.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/agents/__pycache__/summarizer.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/utils/__pycache__/__init__.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/utils/__pycache__/__init__.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/utils/__pycache__/__init__.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/utils/__pycache__/model_config.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/utils/__pycache__/model_config.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/utils/__pycache__/model_config.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/utils/__pycache__/model_loader_gguf.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/utils/__pycache__/model_loader_gguf.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/utils/__pycache__/model_loader_gguf.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/utils/__pycache__/openvino_summarizer_utils.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/utils/__pycache__/openvino_summarizer_utils.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/utils/__pycache__/openvino_summarizer_utils.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/utils/__pycache__/performance_monitor.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/utils/__pycache__/performance_monitor.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/utils/__pycache__/performance_monitor.cpython-311.pyc differ
 
services/ai-service/src/ai_med_extract/utils/__pycache__/robust_json_parser.cpython-311.pyc CHANGED
Binary files a/services/ai-service/src/ai_med_extract/utils/__pycache__/robust_json_parser.cpython-311.pyc and b/services/ai-service/src/ai_med_extract/utils/__pycache__/robust_json_parser.cpython-311.pyc differ