dryymatt commited on
Commit
d8cef4b
Β·
verified Β·
1 Parent(s): 74a78ff

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -31
README.md CHANGED
@@ -4,17 +4,16 @@ emoji: πŸ§™β€β™‚οΈ
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: docker
7
- app_port: 8765
8
  pinned: true
9
  license: mit
10
  tags:
11
- - omni-vibe
12
- - wizard-vibe
13
- - liquid-glass
14
- - a2a
15
- - swarm
16
- - litehat
17
- - ml-intern
18
  ---
19
 
20
  # πŸ§™β€β™‚οΈ Omni-Vibe Studio β€” The Athanor
@@ -25,10 +24,11 @@ tags:
25
 
26
  ## Infrastructure
27
 
28
- - **Port**: 8765 (Docker EXPOSE + HF reverse proxy)
29
- - **Binding**: 0.0.0.0:8765
30
  - **Root**: HEAD/GET β†’ 200 OK Liquid Glass landing
31
  - **Static assets**: relative paths (`./wizard.css`, `./wizard.js`)
 
32
 
33
  ## API Endpoints
34
 
@@ -54,24 +54,4 @@ tags:
54
  ## Live
55
 
56
  - **Studio**: https://dryymatt-wizard-vibe-studio-v2.hf.space
57
- - **Registry**: https://huggingface.co/dryymatt/Wizard-Vibe-Studio
58
-
59
- <!-- ml-intern-provenance -->
60
- ## Generated by ML Intern
61
-
62
- This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
63
-
64
- - Try ML Intern: https://smolagents-ml-intern.hf.space
65
- - Source code: https://github.com/huggingface/ml-intern
66
-
67
- ## Usage
68
-
69
- ```python
70
- from transformers import AutoModelForCausalLM, AutoTokenizer
71
-
72
- model_id = 'dryymatt/Wizard-Vibe-Studio'
73
- tokenizer = AutoTokenizer.from_pretrained(model_id)
74
- model = AutoModelForCausalLM.from_pretrained(model_id)
75
- ```
76
-
77
- For non-causal architectures, replace `AutoModelForCausalLM` with the appropriate `AutoModel` class.
 
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: true
9
  license: mit
10
  tags:
11
+ - omni-vibe
12
+ - wizard-vibe
13
+ - liquid-glass
14
+ - a2a
15
+ - swarm
16
+ - litehat
 
17
  ---
18
 
19
  # πŸ§™β€β™‚οΈ Omni-Vibe Studio β€” The Athanor
 
24
 
25
  ## Infrastructure
26
 
27
+ - **Port**: 7860 (hardcoded)
28
+ - **Binding**: `0.0.0.0:7860` β€” never 127.0.0.1
29
  - **Root**: HEAD/GET β†’ 200 OK Liquid Glass landing
30
  - **Static assets**: relative paths (`./wizard.css`, `./wizard.js`)
31
+ - **Logging**: `PYTHONUNBUFFERED=1` for real-time startup logs
32
 
33
  ## API Endpoints
34
 
 
54
  ## Live
55
 
56
  - **Studio**: https://dryymatt-wizard-vibe-studio-v2.hf.space
57
+ - **Registry**: https://huggingface.co/dryymatt/Wizard-Vibe-Studio