Commit History

Modified Dockerfile to include build-essential and cmake.
032e872

sachinchandrankallar commited on

pinned torch==2.3.1, torchvision==0.18.1, and torchaudio==2.3.1 in requirements.txt to resolve the version conflict.
b1d7235

sachinchandrankallar commited on

RUN pip install --no-cache-dir --no-build-isolation openai-whisper==20231117
ba7396d

sachinchandrankallar commited on

fixed the build error related to openai-whisper. It failed because it relies on pkg_resources, which was removed in recent versions of setuptools. I've updated the Dockerfile to use a compatible version (setuptools<70.0.0).
569dec6

sachinchandrankallar commited on

Revert "refactor(ai-service): optimize prompts, token counting, and benchmarking - Externalize system prompts to text files for better maintainability. - Integrate tiktoken for faster and more accurate token counting. - Refactor BenchmarkLogger to use asynchronous logging for zero latency impact. - Improve prompt echo removal logic with more robust markers. - Add specialized system instruction for medical document processing. - Update test expectations to reflect precise token counting."
8c76d6f

sachinchandrankallar commited on

Revert "use existing entrypoint.sh instead of inline generation""
4612788

sachinchandrankallar commited on

use existing entrypoint.sh instead of inline generation"
2fb56a3

sachinchandrankallar commited on

refactor(ai-service): optimize prompts, token counting, and benchmarking - Externalize system prompts to text files for better maintainability. - Integrate tiktoken for faster and more accurate token counting. - Refactor BenchmarkLogger to use asynchronous logging for zero latency impact. - Improve prompt echo removal logic with more robust markers. - Add specialized system instruction for medical document processing. - Update test expectations to reflect precise token counting.
4f8dcad

sachinchandrankallar commited on

resolve streaming generation errors and improve robustness
7fdf84c

sachinchandrankallar commited on

changes for publishing the latest including generate_generic api
4156c57

sachinchandrankallar commited on

Optimize performance and fix torchvision error
3600c13

Adhil Krishna G commited on

Local running issue fix
e913b78

Adhil Krishna G commited on

Update requirements.txt
9ea5231

Adhil Krishna G commited on

Environment variables issue fix
91bf800

Adhil Krishna G commited on