mike 684a4805d7 Summary
• Implemented global offline mode for all HuggingFace-dependent modules to eliminate unauthenticated request warnings and prevent external connection attempts during startup and runtime.

   Changes
   • Global Offline Configuration: Added HF_HUB_OFFLINE=1 and TRANSFORMERS_OFFLINE=1 to the environment variables at the top of edit_api.py, embeddings.py, watcher.py, and pose_llm/pose_llm_api.py.
   • Explicit Local Files Only: Updated all huggingface_hub.hf_hub_download calls in edit_api.py to include local_files_only=True, ensuring they never attempt to reach the Hub if models are already cached.
   • LLM Service Optimization: Updated AutoTokenizer and AutoModelForCausalLM calls in pose_llm/pose_llm_api.py to use local_files_only=True.
   • Consistency: Ensured that shared modules like embeddings.py which uses open_clip are also locked to offline mode to prevent background downloads.
2026-06-28 13:12:05 +02:00
aa
2026-06-21 04:21:40 +02:00
aa
2026-06-21 04:21:40 +02:00
2026-06-28 13:12:05 +02:00
2026-06-28 13:12:05 +02:00
2025-12-14 19:26:27 +00:00
2026-06-22 02:04:28 +02:00
2026-06-28 00:51:07 +02:00
2026-06-26 17:28:17 +02:00
2026-06-28 12:56:36 +02:00
aa
2026-06-18 23:26:30 +02:00
Description
No description provided
177 MiB
Languages
HTML 62.5%
Python 35.3%
Shell 2.2%