The sdk for running demo code.
#17
by
ljni
- opened
To successfully run from transformers.generation.utils import GenerationConfig
, you need those versions:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
pip3 install transformers==4.29.1
(Windows 10, RTX4090)