Skip to content

Commit

Permalink
old structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dushyantbehl committed Feb 19, 2024
1 parent 81f5087 commit bf8ea61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tuning/tracker/aim_loader.py → tuning/aim_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(
# Initialise the run_hash
self._run_hash = run_hash

def get_custom_aimstack_callback():
def get_aimstack_callback():
# Initialize a new run
aim_server = os.environ.get("AIMSTACK_SERVER")
aim_repo = os.environ.get("AIMSTACK_REPO")
Expand Down
2 changes: 1 addition & 1 deletion tuning/sft_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import transformers

# Local
from tuning.tracker.aim_loader import get_custom_aimstack_callback
from tuning.aim_loader import get_aimstack_callback
from tuning.config import configs, peft_config
from tuning.data import tokenizer_data_utils
from tuning.utils.config_utils import get_hf_peft_config
Expand Down
Empty file removed tuning/tracker/__init__.py
Empty file.

0 comments on commit bf8ea61

Please sign in to comment.