CoolFace
Apppublic

AjinkyaPagare/Phi-3.5-mini-instruct

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
50 commits on main
b877d854mo ago

fix: change FROM python:3.10-slim to 3.11-slim to force Docker cache invalidation

AjinkyaPagare
7df32e54mo ago

ci: trigger rebuild 1780921545

AjinkyaPagare
f95fff54mo ago

fix: default port to 7860 for HF Spaces compatibility

AjinkyaPagare
887e46a4mo ago

ci: force fresh Docker build 1780919939

AjinkyaPagare
3e5f8694mo ago

ci: force rebuild 1780919584

AjinkyaPagare
cad081e4mo ago

fix: remove name-mangled __init_stabilization call from CircuitBreaker

AjinkyaPagare
0f37d234mo ago

fix: add missing get_planner, get_model_registry, SelfHealingRuntime imports

AjinkyaPagare
d6294fc4mo ago

fix: resolve SyntaxError in logger string - remove stray quote from corrupted Unicode replacement

AjinkyaPagare
50cec094mo ago

fix: remove invalid unicode characters from docstrings/comments

AjinkyaPagare
c61a0044mo ago

fix: remove --jinja flag, increase timeout to 600s, add system deps, improve startup handling

AjinkyaPagare
7d715374mo ago

fix: remove stray 'n' character causing syntax error in execution_graph.py

AjinkyaPagare
f0965114mo ago

fix: add missing get_execution_graph() function to prevent ImportError on HF Spaces

AjinkyaPagare
5dc6ad44mo ago

fix: remove duplicate FASTAPI_PORT env var in Dockerfile

AjinkyaPagare
35270954mo ago

fix: restrict CORS origins to env var instead of wildcard

AjinkyaPagare
9e04ee44mo ago

fix: remove hardcoded JWT_SECRET fallback (change-me-in-production)

AjinkyaPagare
e51244e4mo ago

fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal

AjinkyaPagare
5acc3ec4mo ago

fix: response.iter_bytes() -> response.aiter_bytes() for SSE streaming in proxy_openai

AjinkyaPagare
19d45d34mo ago

v1.0.2: Fixed Dockerfiles (libgomp1, removed chown timeout, selective COPY), 30s max timeout, HF_TOKEN_04 token, all 24 spaces LIVE/BUILDING verified

AjinkyaPagare
d560ca24mo ago

fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal

AjinkyaPagare
1c0457d4mo ago

Merge branch 'main' of https://huggingface.co/spaces/AjinkyaPagare/Phi-3.5-mini-instruct

AjinkyaPagare
81126914mo ago

fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal

AjinkyaPagare
eaf13994mo ago

Fix: force rebuild with timestamp

AjinkyaPagare
3fac13f4mo ago

fix: python3.10, disable flash-attn, reduce memory for HF Spaces CPU

AjinkyaPagare
42f908a4mo ago

v1.0.2: Update llama.cpp b4600→b9279, enable FLASH_ATTN=True

AjinkyaPagare
ddccb2c4mo ago

Auto-update: sync enhanced model registry

AjinkyaPagare
996e44a4mo ago

fix: ADAM v4.5 - fix import indentation

AjinkyaPagare
2887f614mo ago

fix: ADAM v4.5 - add AutonomousExecutionEngine import

AjinkyaPagare
add666a4mo ago

fix: ADAM v4.5 runtime integration - imports, init, benchmarks

AjinkyaPagare
0aa29134mo ago

feat: ADAM v4.5 - unified autonomous API routes (/api/adam/autonomous/execute)

AjinkyaPagare
60455fb4mo ago

feat: ADAM v4.5 - evaluation, workflows, sandbox, reliability, learning, memory evolution, autonomous engine

AjinkyaPagare
7d382384mo ago

feat: ADAM v4.5 - Multi-Agent Collaboration + Context Engineering

AjinkyaPagare
a94c75e4mo ago

ADAM v4.0: autonomous execution intelligence platform

AjinkyaPagare
b04cbd44mo ago

fix: await governance.get_status() in get_full_status - fixes HTTP 500

AjinkyaPagare
c8cbf554mo ago

fix: correct get_health indentation - was nested local fn instead of class method

AjinkyaPagare
4d23c3e4mo ago

fix: await orchestrator.get_status() in get_full_status - fixes HTTP 500

AjinkyaPagare
30c01864mo ago

perf: ADAM v3.1 stabilization - fix HTTP 500, heartbeat, HF sleep, peer scoring

AjinkyaPagare
46d22794mo ago

fix: address code review - deps, auth wiring, heartbeat, status, middleware

AjinkyaPagare
ccd0ba24mo ago

feat: ADAM v3.0 lightweight production runtime - all 7 phases

AjinkyaPagare
eab5a094mo ago

fix: add missing await on node_intelligence.get_status() in production.py

AjinkyaPagare
5294e704mo ago

fix: add missing await on governance.get_status() and orchestrator.get_status()

AjinkyaPagare
a1f77ea4mo ago

fix: correct constructor arg names in register_enhanced_routes

AjinkyaPagare
1a4988a4mo ago

feat: production-hardened ADAM v3.0 Enhanced Runtime

AjinkyaPagare
5fed26e4mo ago

fix: correct all truncation bugs in enhanced modules + remove masking try/except

AjinkyaPagare
05d97a04mo ago

fix: correct import path for agent_integration_enhanced module

AjinkyaPagare
37c139e4mo ago

feat: integrate ADAM v3.0 Enhanced Node Intelligence Runtime

AjinkyaPagare
853645a4mo ago

fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal

AjinkyaPagare
9359cc24mo ago

fix: IndentationError in app/main.py line 82 - literal backslash-n in agent registration block replaced with real newlines (caused Uvicorn crash, all HF Spaces down)

AjinkyaPagare
e9ae0e14mo ago

fix: SyntaxError in app/main.py line 14 - literal backslash-n replaced with real newline (caused Uvicorn crash, 503 on HF Spaces)

AjinkyaPagare
7becc494mo ago

fix: Dockerfile invalid CMD instruction - commented out broken 'CMD to start' line (caused build failure on HF Spaces)

AjinkyaPagare
3fbb6e64mo ago

ADAM v2.0: Advanced Agentic Mesh — DAG orchestrator, cognition, knowledge web, forge tools, runtime optimization

AjinkyaPagare