Method
SaveCache
(ctx context.Context, model string, target string)
Source from the content-addressed store, hash-verified
| 350 | } |
| 351 | |
| 352 | func (i *imlLocalModel) SaveCache(ctx context.Context, model string, target string) error { |
| 353 | return i.localModelCacheService.Save(ctx, model, ai_local.CacheTypeService, target) |
| 354 | } |
| 355 | |
| 356 | func (i *imlLocalModel) CancelDeploy(ctx context.Context, model string) error { |
| 357 | return i.transaction.Transaction(ctx, func(txCtx context.Context) error { |
Callers
nothing calls this directly
Tested by
no test coverage detected