why it download bar does not show in some browsers. I have no idea how long will it take to download
why it download bar does not show in some browsers. I have no idea how long will it take to download
27 Replies
in it in jypyter
What download bar are you referring to? What were you doing?
In jyputer notebook
for loading models from huggingface
..
jupiter has no download progressbar
Do you use runpod actually?
or juputer?
model = AutoModelForCausalLM.from_pretrained(base_model_id)
This always has download bar
No need to advice if you do not use it
I'm not sure aht package is AutoModelForCausalLM from though
This is runpod, it is used for AI, and this is the most basic packatge there is
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
huggingface
default
i did not change anything
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
yes
ok
If you are running a python script, make sure you do
Before starting your Python script
Otherwise output is probably being buffered and may be why you are not seeing the progress bar.
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Because its called python UNBUFFERED
yes
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Not sure it is in Jyputer
How do i do this command there?
You do it from terminal
What are you talking about when you say "Jupyter", that can be many different things, Jupyter Lab, a Jupyter notebook etc
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Thats for notebook thats why I asked what they are using
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Probably won't work unless its part of the same cell
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
should do the trick
-u makes output unbuffered
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I think there is no need to do that
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View