Support Hugging Face models (#215)

* support hf direct models
This commit is contained in:
Awni Hannun
2024-01-03 15:13:26 -08:00
committed by GitHub
parent 1d09c4fecd
commit a5d6d0436c
16 changed files with 654 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
# Copyright © 2023 Apple Inc.
import argparse
import glob
import json
import time
import glob
from dataclasses import dataclass
from pathlib import Path
from typing import Optional, Tuple