CoolFace
Apppublic

pagareajinkya04/llama-3.2-3b-instruct

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

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

AjinkyaPagare
8886da04mo ago

ci: trigger rebuild 1780921545

AjinkyaPagare
afa39cf4mo ago

fix: default port to 7860 for HF Spaces compatibility

AjinkyaPagare
9a15f294mo ago

ci: force fresh Docker build 1780919939

AjinkyaPagare
9ccb1694mo ago

ci: force rebuild 1780919584

AjinkyaPagare
366f7e74mo ago

fix: remove name-mangled __init_stabilization call from CircuitBreaker

AjinkyaPagare
42fe41f4mo ago

fix: add missing get_planner, get_model_registry, SelfHealingRuntime imports

AjinkyaPagare
b78615d4mo ago

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

AjinkyaPagare
e651c974mo ago

fix: remove invalid unicode characters from docstrings/comments

AjinkyaPagare
add96874mo ago

fix: add PORT env var fallback to FASTAPI_PORT in config

AjinkyaPagare
033ee6d4mo ago

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

AjinkyaPagare
32217da4mo ago

fix: remove stray 'n' causing NameError on module import

AjinkyaPagare
b5ad4d74mo ago

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

AjinkyaPagare
09f418f4mo ago

fix: correct setup.py model download URL to Llama-3.2-3B-Instruct, remove duplicate FASTAPI_PORT in Dockerfile

AjinkyaPagare
49921454mo ago

fix: restrict CORS origins to env var instead of wildcard

AjinkyaPagare
e7e0d624mo ago

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

AjinkyaPagare
3e975134mo ago

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

AjinkyaPagare
385cb904mo ago

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

AjinkyaPagare
6c7be814mo 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
501efa94mo ago

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

AjinkyaPagare
3c18e594mo ago

Merge branch 'main' of https://huggingface.co/spaces/pagareajinkya04/llama-3.2-3b-instruct

AjinkyaPagare
82b7a524mo ago

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

AjinkyaPagare
f544ccd4mo ago

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

AjinkyaPagare
df07b634mo ago

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

AjinkyaPagare
b7c6be04mo ago

Auto-update: sync enhanced model registry

AjinkyaPagare
412fded4mo ago

fix: ADAM v4.5 - fix import indentation

AjinkyaPagare
197ae4b4mo ago

fix: ADAM v4.5 - add AutonomousExecutionEngine import

AjinkyaPagare
2b0b6d64mo ago

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

AjinkyaPagare
34822e64mo ago

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

AjinkyaPagare
2446c404mo ago

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

AjinkyaPagare
2e665d84mo ago

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

AjinkyaPagare
618fdd84mo ago

ADAM v4.0: autonomous execution intelligence platform

AjinkyaPagare
bf2ec604mo ago

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

AjinkyaPagare
bd6efff4mo ago

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

AjinkyaPagare
01fce924mo ago

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

AjinkyaPagare
3bccc8d4mo ago

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

AjinkyaPagare
bfd13db4mo ago

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

AjinkyaPagare
f348e354mo ago

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

AjinkyaPagare
c4e7a304mo ago

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

AjinkyaPagare
3481a1a4mo ago

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

AjinkyaPagare
051fc0b4mo ago

fix: correct constructor arg names in register_enhanced_routes

AjinkyaPagare
546a8a54mo ago

feat: production-hardened ADAM v3.0 Enhanced Runtime

AjinkyaPagare
ccd39ab4mo ago

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

AjinkyaPagare
88c51614mo ago

fix: correct import path for agent_integration_enhanced module

AjinkyaPagare
c0b563b4mo ago

feat: integrate ADAM v3.0 Enhanced Node Intelligence Runtime

AjinkyaPagare
b519bf24mo ago

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

AjinkyaPagare
6da017b4mo 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
c29a8454mo ago

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

AjinkyaPagare
c7d125f4mo ago

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

AjinkyaPagare
c062a954mo ago

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

AjinkyaPagare