Subscribe to SOOFTWARE

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

toolkit

A collection of 21 posts

tmux - conf cover image
toolkit, environment, 

tmux - conf

tmux - conf Tmux 설정을 위한 tmux configuraion 기록

GPT-NeoX - DeepSpeed Inference cover image
toolkit, environment, 

GPT-NeoX - DeepSpeed Inference

GPT-NeoX - DeepSpeed Inference DeepSpeed Inference를 사용하면 간단하게 모델 추론 성능을 끌어올릴 수 있다. Tensor Parallel…

sshpass cover image
toolkit, 

sshpass

Sshpass…

ast - literal_eval 에러 기록 cover image
toolkit, environment, 

ast - literal_eval 에러 기록

ast - literal_eval 에러 기록 ast의 literal_eval…

Docker - GPU 할당 cover image
toolkit, environment, 

Docker - GPU 할당

Docker - GPU 할당 도커에서 GPU를 할당하는 방법

Docker - 공유 디렉토리 연결 (mount) cover image
toolkit, environment, 

Docker - 공유 디렉토리 연결 (mount)

Docker - 공유 디렉토리 연결 (mount) 도커를 쓰다보면 코드상에서 뭔가를 저장한다거나 어떤 데이터를 읽어와야 한다던가 하는 상황이 있는데, 이때 공유 디렉토리를 연결해서 run하면 편하다. 나 옵션을 이용하면 쉽게 가능하다.

Sooftware Pandas - 다중 딕셔너리를 Pandas DataFrame으로! cover image
toolkit, python, 

Sooftware Pandas - 다중 딕셔너리를 Pandas DataFrame으로!

Sooftware Pandas - 다중 딕셔너리를 Pandas DataFrame으로! 가끔 데이터를 요렇게 저렇게 정리하다가보면, 데이터를 멀티인덱싱(Multi-Indexing…

Slack Bot cover image
toolkit, 

Slack Bot

Slack Bot Python과 Slack API를 사용하여, 특정 채널에 자동으로 글을 올리거나 댓글을 달아주는 슬랙봇을 만들어보겠습니다. 두 개의 과정으로 진행되는데, 첫 번째는 Slack API에 bot을 등록하는 것이고 두 번째는 등록된 bot…

Flask cover image
toolkit, web, python, open-source, 

Flask

Flask Flask는 ‘micro’웹 프레임워크입니다. 즉 Django…

Sooftware ML - Wandb Image Log cover image
toolkit, logging, 

Sooftware ML - Wandb Image Log

Wandb (Weights & Bias) Image Log Wandb 라이브러리는 최근에 가장 편리하면서도 파워풀한 logging 라이브러리입니다. NLP에서 많이 쓰이는 PyTorch, PyTorch-Lightning, Huggingface…

Docker란? cover image
toolkit, environment, 

Docker란?

Docker 란? 도커는 컨테이너 기반의 오픈소스 가상화 플랫폼입니다. 배가 물건을 컨테이너에 넣어 운반하는 것처럼, 도커도 여러 가지 원하는 프로그램들을 컨테이너에 넣어 배포할 수 있다는 점이 비슷합니다. Docker 주요 개념…

Sooftware ML - BentoML cover image
toolkit, 

Sooftware ML - BentoML

BentoML Machine Learning Serving 라이브러리인 BentoML 사용방법에 대해 정리합니다. image 주요 특징 Online / Offline Serving Flask 기반 모델보다 100배의 처리량을 가지고, Adaptive…

React 기반 개인 웹페이지 배포하기 (gatsby) cover image
toolkit, web, 

React 기반 개인 웹페이지 배포하기 (gatsby)

React 기반 개인 웹페이지 배포하기 이번 글에서는 react…

Sooftware ML - PyTorch Lightning cover image
toolkit, 

Sooftware ML - PyTorch Lightning

PyTorch Lightning 대표적인 딥러닝 프레임워크로 , 가 있습니다. 최근에는 보다 를 선호하는 유저가 많아지는 것 같습니다. PyTorch Lightning 은 PyTorch에 대한 High-level…

Streamlit cover image
toolkit, web, 

Streamlit

The fastest way to build data apps in Python

Ray: multi-processing library cover image
toolkit, 

Ray: multi-processing library

Ray: multi-processing library…

Sooftware ML - wandb (Weight & Bias) cover image
toolkit, 

Sooftware ML - wandb (Weight & Bias)

wandb (Weight & Bias) image 는 Tensorboard와 같이 log를 보기 쉽게 시각화해주는 툴입니다. Tensorflow, PyTorch, transformers, PyTorch-Lightning…

PORORO Text-To-Speech (TTS) cover image
speech, toolkit, record, 

PORORO Text-To-Speech (TTS)

PORORO Text-To-Speech (TTS) 얼마전에 저희 팀에서 공개한 PORORO: Platform Of neuRal mOdels for natuRal language prOcessing 라이브러리에 제가 공들여만든 TTS…

Sooftware NLP - Pororo: A Deep Learning based Multilingual Natural Language Processing Library cover image
nlp, toolkit, record, 

Sooftware NLP - Pororo: A Deep Learning based Multilingual Natural Language Processing Library

Pororo: A Deep Learning based Multilingual Natural Language Processing Library Link: https://github.com/kakaobrain/pororo…

Sooftware NLP - Fairseq Hydra cover image
toolkit, nlp, 

Sooftware NLP - Fairseq Hydra

Fairseq’s Hydra Fairseq이 0.10.1로 버젼 업그레이드를 하면서 configuration 관리를 Hydra로 하게됨. Fairseq을 실행시키는 command line…

Sooftware ML - Hydra cover image
toolkit, 

Sooftware ML - Hydra

Hydra: framework for elegantly configuring complex applications Facebook Research에서 공개한 오픈소스. 복잡한 Configuration…