Cortex.cpp: Model Folder #1113
Replies: 5 comments 1 reply
-
Data Folder Questions
Model Downloading
Model importing
Model YAML
|
Beta Was this translation helpful? Give feedback.
-
Data Folder Questions Q 1. What is the data structure of ~/.cortexcpp/models?
After downloading model (from Q 2. Is our preference on a more flat folder structure? rather than super nested? Model importing
cc: @0xSage |
Beta Was this translation helpful? Give feedback.
-
Model Yaml
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
~/.cortexcpp/
|___ models
|__ tinyllama.yaml # this is called tinyllama.yaml. Is this the one?
|__ tinyllama
| |__ model_01.gguf
| |__ model_02.gguf
| |__ model.yml # this is called model.yaml. Or is this the one? Is it A or B: /models
model1.yaml # file: relative or absolute path?
model2.yaml
/model1 # this foldername should be flexible
model1.bin
/model2
model2.bin @vansangpfiev By flat I mean A. It fully decouples the need for model binaries to live inside of /cortex folder path. B /models
/model1
model1.yaml
model1.bin
/model2
model2.yaml
model2.bin This is fine, but is it longer to search for all models when we have to look inside folders?
What's the relationship among the following
I think we still lack clarity and not on the same page for this |
Beta Was this translation helpful? Give feedback.
-
Overview
model.yaml
?Docs
model.yaml
for Model Downloaded via URL jan#3558Beta Was this translation helpful? Give feedback.
All reactions