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..
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..
자주 안 쓰니깐 가끔 찾아야 해서... git clone -b {branch_name} --single-branch {git URL} # example # sub-branch 주소가 아래와 같다면 # https://github.com/containers/podman-compose/tree/stable git clone -b stable --single-branch https://github.com/containers/podman-compose/ _
ERROR Error: " E: Unable to locate package podman sudo apt update # check release version source /etc/os-release # add echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUb..