Skip to content

Commit

Permalink
feat: Fine tune (Part 9) - Handling image data destination (kaito-pro…
Browse files Browse the repository at this point in the history
…ject#367)

**Reason for Change**:
Sets up the data destination outline. This PR introduces image as first
data destination. It includes sidecar container script for detecting
finished fine tuning results and uploading results to image data
destination

PR also fixes a flaky test - caused by environment variables getting
carried over between tests.
  • Loading branch information
ishaansehgal99 authored and smritidahal653 committed Jun 7, 2024
1 parent d409218 commit 8d72573
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/tuning/preset-tuning.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ package tuning
import (
"context"
"fmt"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/utils/pointer"
"knative.dev/pkg/apis"
"os"
"path/filepath"
"strings"

"k8s.io/apimachinery/pkg/runtime"
"k8s.io/utils/pointer"
"knative.dev/pkg/apis"

"k8s.io/apimachinery/pkg/api/resource"

kaitov1alpha1 "github.com/azure/kaito/api/v1alpha1"
Expand Down

0 comments on commit 8d72573

Please sign in to comment.