Closed gabrielle-ong closed 1 month ago
Also seen with cortex pull
Still happening on v123
Probably also linked to:
continue download? [Y/n] n
-> I expect it not to download the model, But it retriggers download
Related PR #1361
When chose not to re-download/continue download, disable log downloaded successfully
@nguyenhoangthuan99 v-129:
Redownload - No - is still triggering the download, I dont get Cancelled re-download!
This logic I confirmed with @namchuai, with continue download
feature, there are 3 options:
Y/y
: continue downloadN
: stop continue download and start downloading whole binary from beginningCtrl + C
: Stop download process@dan-homebrew - unexpected behaviour you encountered as well.
My inputs for consideration: As a user I would have expected n
to stop the download process (eg dont want to use my limited data)
possibly 3 flags? (these are just semantics):
[Y/n/restart]
Usually, when I'm using CLI, if I want to stop foreground process, my go to is Ctrl C
. However, I can't say for all users. Please confirm the way you found it's natural, and we will update it accordingly.
@namchuai @vansangpfiev I am re-opening this issue, as I think this is a Day 0 UX issue that we should resolve:
tinyllama:gguf
cortex run tinyllama
, it prompts me to choose versions (from Hub)1. gguf
, it asks me if I want to re-download itFrom the user's perspective, this is annoying:
What I was expecting was something like this:
> cortex-nightly run tinyllama
Searching local models... found `tinyllama:gguf`
Running `tinyllama:gguf`...
tinyllama:gguf started successfully
My goal is to simplify cortex run
to minimize user input for the happy path:
This is the current cortex run
logic:
cortex start
I would like to expand on (1), i.e. model pull:
The "menu" should differentiate "Local" and "Available for Download":
> cortex-nightly run tinyllama
Local Models:
1. gguf
2. 1b-gguf
Available to Download:
3. 7b-gguf
4. 7b-tensorrt-llm
Select model to download: 1
I think this make sense. I think we should apply for cortexso models first.
Solved in #1418, marking as complete
Cortex version
cortex run
redownloads existing model multiple timesDescribe the Bug
2 issues (see screenshot)
cortex run tinyllama:gguf
is successfulcortex run tinyllama
-> Select gguf initiates downloading model.ggufSteps to Reproduce
No response
Screenshots / Logs
What is your OS?
What engine are you running?