Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Callaway #Mavrik #Epic Flash
- CM-EF-NEX
- k6 #피코프레소
- fat32 #rufus
- Linux #VirtualBox
- razer #deathadder #viper #g102
- Java #MacBook #macOS
- ESP32 #Arduino
- 피코프레소 #ITOP40
- ITOP40
- Laptop #CPUID
- TensorFlow #Python #pip
- XTU #Virtual Machine System
- 다이슨 #배터리
- egpu #aorus gaming box #gtx1070 #tb3
- Arduino #PlatformIO #macOS
- VMware #Shared Folder
- Tarantula #3D 프린터
- x99 itx/ac
- 매크로렌즈 #리버스링
- Oh My Zsh #macOS
- Xeon #E5-2680
- centos7 #yum update #/boot
- Octave #homebrew #macOS
- macro lens #EF #FD
- Dell #Latitude #BIOS
- VirtualBox #VMware
- VNC #Firewall #CenOS7 #VMware
- cycloidal #rv reducer
- Arduino #Wall Plotter
Archives
- Today
- Total
목록2025/04/11 (1)
얕고 넓게
[AI] text-generation-webui @Ubuntu
2025.04.11ChatGPT에서 학습된 모델을 사용할 수 있는 방법을 물어봤더니,Docker로 하는 방법과 text-generation-webui를 이야기 한다.Docker는 질려서 두번째 방법으로.일단 llama 파인 튜닝을 위해서 만들어 논 가상환경으로 들어가서 진행conda activate llamagit clone https://github.com/oobabooga/text-generation-webui.gitcd text-generation-webuipip install -r requirements.txt#text-generation-webui 안에 models, loras 에 모델 디렉토리를 넣는다# 실행python server.py --model llama3.1-8B --lora chec..
IT/AI.ML
2025. 4. 11. 19:13