Execute in local #143
-
|
Hello, I would like to ask if it is possible to execute without hugging face libraries, because I would like to execute with different model from my local path. Is it possible? Any ideas? Sorry if it is dumb question. |
Beta Was this translation helpful? Give feedback.
Answered by
ZackHodari
May 7, 2025
Replies: 2 comments
-
|
Yes, you can load any model using Line 172 in 2d72082 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZackHodari
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can load any model using
from_pretrained, this does not have to use an HF repocsm/generator.py
Line 172 in 2d72082