Skip to content

Commit

Permalink
Download classification head if available
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeblick committed Nov 6, 2023
1 parent b86709a commit f5e1448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm_studio/app_utils/sections/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,7 @@ async def experiment_download_model(q: Q, error: str = ""):
"config.json",
"added_tokens.json",
"model_card.md",
"classification_head.pth",
]

for file in FILES_TO_PUSH:
Expand Down

0 comments on commit f5e1448

Please sign in to comment.