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

2025.03.13ZYBO Z7과는 다르게 PL용 Single-ended Clock이 없는 것 같다.ZYBO용 PL LED를 돌리면 동작하지 않는다.클럭 설정을 하여 확인한 결과PL 용 clock은 clk_74_25, clk_125 같음 clk_74_25 bank44clk_125 bank47Copilot을 통해 diff2single code 확인module differential_to_single_ended ( input wire clk_p, // Differential clock positive input wire clk_n, // Differential clock negative output wire clk_out // Single-ended clock output); wir..
2025.03.13ZYBO에서 진행했던 VPG를 ZCU102에서 구현하려고 하는데,rgb2dvi 가 안보인다.https://github.com/Digilent/vivado-library링크에서 다시 다운받고플로우 네비게이터 -> 프로젝트 관리자 -> 설정, IP -> 리포지토리 추가IP 리스트에 다른 것들은 나오는데 rgb2dvi 안나온다.버전에 제한이 걸렸나 싶어 2022.1, 2024.2 둘다 안된다.Digilent 제품에만 제한이 걸린 것인가 검색https://forum.digilent.com/topic/24942-ipcore-rgb2dvi-for-zynq-ultrascale/ 답변내용Unfortunately, this IP (rgb2dvi) is not supported for Ultrascale..
2025.03.12기본 모델 사용할 때는 몰랐는데, VectorDB, 학습 관련 뭔가를 하면 GPU가 100%로 동작한다.답변중 사용하는 것이 아니라 갑자기 100%가 된다. 모니터링 필요* nvidia-smiGUI 가 아니라 계속 업데이트를 해줘야 한다.https://velog.io/@claude_ssim/NVIDIA-GPU-%EB%B3%B4%EB%8A%94%EB%B2%95nvidia-smi [딥러닝] NVIDIA GPU 보는법(nvidia-smi)NVIDIA의 GPU는 많은 양의 연산을 빠르게 처리해줄 수 있기에 많은 연산량의 딥러닝을 하고자할 때 반드시 필요하다. 이를 사용하기 위해서는 nvidia에서 제공하는 GPU driver를 OS에 맞게 설치해줘야velog.io윈도우에 watch가 안되 아래..

2025.03.12## This file is a general .xdc for the Zybo Z7 Rev. B## It is compatible with the Zybo Z7-20 and Zybo Z7-10## To use it in a project:## - uncomment the lines corresponding to used pins## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project##Clock signalset_property -dict { PACKAGE_PIN K17 IOSTANDARD LVCMOS33 } [get_ports { sys..
2025.03.08pipeline관련 블로그가 있어 따라해본다.https://blog.oriang.net/72 Open WebUI : Anthropic API 연동 (With Pipelines)Open WebUI v0.3.30 현재 버전에서는 Anthropic API 서비스가 공식적으로 지원되지 않습니다. pipelines를 활용해서 연결할 수 있는 방법을 소개 해 드립니다. Open WebUI의 Pilelines 설치 & 연동 후 anthropic 파이blog.oriang.net:9099 가 안보이고 파이프라인 메뉴도 안생긴다.ChaGPT 물어보니 pipeline 코드를 작성하라고.작성했는데 똑같이 메뉴가 없다.프로바이더를 추가없어도 되냐고 하니 수정된 코드를...다시 작성했는데 안된다. 블로그링크를 ..
2025.03.08ETRI Eagle을 Ollama에서 돌리기 위해.https://grip.news/archives/3000/ [LLM] 허깅페이스 모델을 OLLAMA 형식으로 변환하기 (HuggingFace model to Ollama) – GRIP.News[LLM] 허깅페이스 모델을 OLLAMA 형식으로 변환하기 (HuggingFace model to Ollama) by grip.news · 2024-07-11 허깅페이스(HuggingFace)에는 유용하고 다양한 LLM 이 등록 되어 있지만, Ollama 에는 대표적인 모델들만 등grip.news1. 다운로드git,huggingface-cli가 쉬운 방법인데 로그인 문제로 python 으로 했다.from huggingface_hub import sn..