Get Connected!
Come and join our community. Expand your network and get to know new people!
Sorry, we currently have no events.
View All Events
Sorry, we currently have no events.
View All Events
-
Houdini101_Uno
- 1
- 246
- 0
- 0
-
Master19
- 1
- 561
- 0
- 0
-
Demo9
- 4
- 1242
- 0
- 17
-
Master18
- 9
- 1306
- 1
- 2
-
TD 8
- 5
- 541
- 1
- 0
- Conda 설치: www.anaconda.com/download
- **Conda 환경 만들기:**
Code:conda create -n open-webui python=3.11
- **환경 활성화:**
Code:conda activate open-webui
- **Open WebUI 설치:**
Code:pip install open-webui
- **서버 시작:**
Code:open-webui serve
- Open WebUI 접속: http://localhost:8080 또는 http://<ip>:8080
Read More...
attribute wrangle1 @pscale = fit01(rand(@ptnum),0.25,1); @...