Skip to content

Commit 2c7b1cf

Browse files
committed
Fix KitOps build after merge discrepancy
Commit 11bb2e3 introduced a dependency on the huggingface package from the init command. However, it was rooted at a base commit that did not include a refactor from commit f728033 that changed the package path. This causes a build error in the main branch that for some reason was not caught by CI tests. Signed-off-by: Angel Misevski <amisevsk@gmail.com>
1 parent f728033 commit 2c7b1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/kitinit/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727

2828
"github.com/kitops-ml/kitops/pkg/artifact"
2929
"github.com/kitops-ml/kitops/pkg/lib/constants"
30-
"github.com/kitops-ml/kitops/pkg/lib/hf"
30+
"github.com/kitops-ml/kitops/pkg/lib/external/hf"
3131
kfgen "github.com/kitops-ml/kitops/pkg/lib/kitfile/generate"
3232
"github.com/kitops-ml/kitops/pkg/lib/util"
3333
"github.com/kitops-ml/kitops/pkg/output"

0 commit comments

Comments
 (0)