choco 설치# cmd 사용설치@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"# powershell 사용설치Set-ExecutionPolicy B..
# -*- coding: utf-8 -*- import logging import dataiku import numpy as np from transformers import AutoTokenizer, AutoModel from project_utils import compute_embeddings, save, load BATCH_SIZE = 16 id_label = dataiku.get_custom_variables()["id_label"] text_label = dataiku.get_custom_variables()["text_label"] df = dataiku.Dataset("data").get_dataframe().set_index(id_label) embeddings_folder = datai..
/var/lib/vz/template/iso # cd /var/lib/vz/template/iso # 400 Node에 사용할 저장소(영상에서는 lvm을 사용했지만, 나는 zfs라서 그에 맞춰 명령어 설정) qm importdisk 400 /var/lib/vz/template/iso/arc-24.3.8.img local-zfs ls -l /dev/disk/by-id/ https://www.youtube.com/watch?v=VuP2khY6vl0
Error status Your local changes to the following files would be overwritten by merge PS D:\repo\myApp> git status On branch main Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) Untracked files: (use "git add ..." to include in what will be committed) requirements231020.txt Solve1 git stash git pull # or git pull origin mai..