This commit is contained in:
Abubakar Abid 2023-04-03 19:44:32 -05:00 committed by GitHub
parent f50d6043db
commit dbc61db4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
from __future__ import annotations
import argparse
import os
import pathlib
import shutil
import tempfile
import textwrap
from typing import Optional
import huggingface_hub
from utils import get_latest_stable