Skip to content

Commit

Permalink
del
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Apr 27, 2023
1 parent 93c487e commit 2006ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autotrain/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def app(): # username, valid_orgs):
df = pd.read_json(temp_train_data, lines=True, nrows=0)
else:
raise ValueError("Unknown file type")
del temp_train_data
columns = list(df.columns)
if task == "lm_training":
if lm_training_type == "Chat":
Expand Down

0 comments on commit 2006ac7

Please sign in to comment.