mlabonne commited on
Commit
598bf51
·
verified ·
1 Parent(s): 5f0417a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -373,15 +373,15 @@ def merge_loop():
373
  print("Model merged!")
374
 
375
  # Create model card
376
- # print("Create model card")
377
- # create_model_card(yaml_config, model_name, USERNAME, license)
378
 
379
  # Upload model
380
- # print("Upload model")
381
- # upload_model(api, USERNAME, model_name)
382
 
383
  # Evaluate model on Runpod
384
- # create_pod(model_name, USERNAME)
385
 
386
  # Install scrape-open-llm-leaderboard and mergekit
387
  command = ["git", "clone", "-q", "https://github.com/Weyaxi/scrape-open-llm-leaderboard"]
 
373
  print("Model merged!")
374
 
375
  # Create model card
376
+ print("Create model card")
377
+ create_model_card(yaml_config, model_name, USERNAME, license)
378
 
379
  # Upload model
380
+ print("Upload model")
381
+ upload_model(api, USERNAME, model_name)
382
 
383
  # Evaluate model on Runpod
384
+ create_pod(model_name, USERNAME)
385
 
386
  # Install scrape-open-llm-leaderboard and mergekit
387
  command = ["git", "clone", "-q", "https://github.com/Weyaxi/scrape-open-llm-leaderboard"]