일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ESP32 #Arduino
- Laptop #CPUID
- Linux #VirtualBox
- 피코프레소 #ITOP40
- k6 #피코프레소
- x99 itx/ac
- VNC #Firewall #CenOS7 #VMware
- macro lens #EF #FD
- Arduino #PlatformIO #macOS
- CM-EF-NEX
- 매크로렌즈 #리버스링
- egpu #aorus gaming box #gtx1070 #tb3
- Arduino #Wall Plotter
- centos7 #yum update #/boot
- XTU #Virtual Machine System
- cycloidal #rv reducer
- VirtualBox #VMware
- ITOP40
- Java #MacBook #macOS
- TensorFlow #Python #pip
- razer #deathadder #viper #g102
- Dell #Latitude #BIOS
- 다이슨 #배터리
- Oh My Zsh #macOS
- Octave #homebrew #macOS
- Callaway #Mavrik #Epic Flash
- fat32 #rufus
- VMware #Shared Folder
- Xeon #E5-2680
- Tarantula #3D 프린터
- Today
- Total
목록2025/04 (9)
얕고 넓게

2025.04.08지난 번 이해 못한 파인튜닝을 다시 도전.다른 블로그에서 학습용 데이터 만드는 것부터 이상했는데,Copilot에게 물어서 정리했다.QnA형태로 구성된 test.txt 파일을 이용하여 로컬에 있는 aa.gguf 모델 파인 튜닝하는 순서와 구체적인 파이썬 코드를 알려줘# Step 1: 환경 설정import transformersimport torch# 필요한 라이브러리 설치!pip install transformers datasets# Step 2: 데이터 준비def load_data(file_path): with open(file_path, 'r', encoding='utf-8') as f: lines = f.readlines() data = [{"question"..
2025.04.03윈도우에 쉽게 설치되고 관리도 쉬워서 우분투에도 Docker를 설치 했다가 망했다.특별한 내용이 없는데 하라는 대로 해도 에러가 나고...https://docs.openwebui.com/getting-started/quick-start/ ⏱️ Quick Start | Open WebUI- Admin Creation: The first account created on Open WebUI gains Administrator privileges, controlling user management and system settings.docs.openwebui.com순서대로 하는데 뭔가 이상하다.리눅스에서는 설치 위치가 /var/lib/docker로 되어 ssd 용량도 부족하다....Docke..

2025.04.01Open-WebUI 설정, 파일들에 대해 ChatGPT에 물어 봤더니 Docker기준 답변이 많다.다시 공식사이트가서 보니 Docker가 추천이라고 한다.python venv를 지우고 다시 설치해본다.venv 환경도 3GB 가 넘는다.Docker 설치 파일이 500GB , 현재 94GB 남음공시 사이트 대로 실행하면 에러만 나온다 black docker pull ghcr.io/open-webui/open-webui:mainerror during connect: in the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect: Post "http..