mac에 와인설치해서 윈도우 프로그램 사용하기
install wine brew install --cask --no-quarantine gcenx/wine/wineskin wine github 와인 실행 (기본 셋팅이 필요하다.) 응용프로그램에 있는 whinskin winery를 실행한다. 최초 설치시 winesk...
install wine brew install --cask --no-quarantine gcenx/wine/wineskin wine github 와인 실행 (기본 셋팅이 필요하다.) 응용프로그램에 있는 whinskin winery를 실행한다. 최초 설치시 winesk...
stable diffusion Lora만들기 kohya_ss stable diffusio Lora 만들기 (Dataset_maker) lora trainer colab dataset maker colab civita guide stable diffusion Roo...
ROS2 doc 1. docker 설치 docker Docker Desktop Installer.exe 파일 실행해서 설치 (설치 완료후 로그 아웃 누르면 한번 나갔다 옴) Docker 실행 Docker sign up or sign in 실행 결과 2. Pu...
hugging face llama 실행해 보기 import torch from transformers import LlamaTokenizer, LlamaForCausalLM ## v2 models model_path = 'openlm-research/open_llama_7b_v...
falcon설치 해보기 falcon huggingface from transformers import AutoTokenizer, AutoModelForCausalLM import transformers import torch model = "tiiuae/falcon-40b" ...