We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a8f28 commit 6a427c9Copy full SHA for 6a427c9
pkg/distribution/internal/safetensors/create.go
@@ -57,7 +57,7 @@ func NewModel(paths []string) (*Model, error) {
57
created := time.Now()
58
return &Model{
59
configFile: types.ConfigFile{
60
- Config: configFromFiles(paths),
+ Config: configFromFiles(allPaths),
61
Descriptor: types.Descriptor{
62
Created: &created,
63
},
0 commit comments