Search Results
7/4/2025, 5:13:18 PM
>>936631497
yeah youd have to do
from transformers import pipeline <press enter>
pipeline("text-generation", model="nameofthemodelyouwannadownload") and it should download it somewhere on your system, dont ask me where it stores them by default.
To be clear, i don't know if the model will then be in a format you can use, I have downloaded models like this but never then tried to use them in a different tool
yeah youd have to do
from transformers import pipeline <press enter>
pipeline("text-generation", model="nameofthemodelyouwannadownload") and it should download it somewhere on your system, dont ask me where it stores them by default.
To be clear, i don't know if the model will then be in a format you can use, I have downloaded models like this but never then tried to use them in a different tool
Page 1