You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GGUFInfoGGUFInfoCMD`cmd:"" name:"gguf-info" help:"Get information about a GGUF file"`
24
+
CreateImageCreateImageCMD`cmd:"" name:"create-image" help:"Create an OCI image from a file or a directory"`
19
25
HFScanHFScanCMD`cmd:"" name:"hf-scan" help:"Checks installed models for known security issues. WARNING: this is a best-effort feature and may not catch everything!"`
20
26
UsecaseHeuristicUsecaseHeuristicCMD`cmd:"" name:"usecase-heuristic" help:"Checks a specific model config and prints what usecase LocalAI will offer for it."`
21
27
}
@@ -36,6 +42,35 @@ type UsecaseHeuristicCMD struct {
36
42
ModelsPathstring`env:"LOCALAI_MODELS_PATH,MODELS_PATH" type:"path" default:"${basepath}/models" help:"Path containing models used for inferencing" group:"storage"`
37
43
}
38
44
45
+
typeCreateImageCMDstruct {
46
+
Input []string`arg:"" help:"Input file or directory to create an OCI image from"`
0 commit comments