๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

TIL/Linux

ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html

์—๋Ÿฌ ์ƒํ™ฉ

from transformers import pipeline, set_seed
generator = pipeline('text-generation', model='gpt2')
set_seed(42)
generator("Hello, I'm a language model,", max_length=30, num_return_sequences=5)

์—๋Ÿฌ๋ฉ”์„ธ์ง€

ํ•ด๊ฒฐ

pip3 install ipywidgets

์ฃผํ”ผํ„ฐ ๋…ธํŠธ๋ถ์—์„œ !pip3 install ipywidgets ํ•˜๋Š” ๊ฑด ์†Œ์šฉ์ด ์—†์—ˆ๊ณ ,

pytorch ๊ฐ€์ƒํ™˜๊ฒฝ ์•ˆ์— ๋“ค์–ด๊ฐ€์„œ commend line์—์„œ ์„ค์น˜ํ•˜์—ฌ ํ•ด๊ฒฐํ–ˆ๋‹ค.