# Launch AIM import subprocess import os from huggingface_hub import hf_hub_download import time from pathlib import Path PORT = 7860 HOST = "0.0.0.0" REPO_ID = "muellerzr/bert-base-cased-tpu-accelerate-experiments" def run_aim(): """ filename = "aim_logs.zip" f = hf_hub_download( repo_id=REPO_ID, repo_type="model", filename=filename, cache_dir = "." ) """ subprocess.run(["unzip", "test.zip"]) subprocess.run(["mv", "test/.aim/", "/home/user/app/.aim/"]) time.sleep(5) cmd = f"aim up --host {HOST} --port {PORT} --dev --force-init".split() subprocess.run(cmd) html = f"""