Skip to content

Commit 6a427c9

Browse files
committed
feat: update config loading to use allPaths for model creation
1 parent 68a8f28 commit 6a427c9

File tree

1 file changed

+1
-1
lines changed
  • pkg/distribution/internal/safetensors

1 file changed

+1
-1
lines changed

pkg/distribution/internal/safetensors/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func NewModel(paths []string) (*Model, error) {
5757
created := time.Now()
5858
return &Model{
5959
configFile: types.ConfigFile{
60-
Config: configFromFiles(paths),
60+
Config: configFromFiles(allPaths),
6161
Descriptor: types.Descriptor{
6262
Created: &created,
6363
},

0 commit comments

Comments
 (0)