mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-15 01:42:31 +08:00
Add llms subdir + update README (#145)
* add llms subdir + update README * nits * use same pre-commit as mlx * update readmes a bit * format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from transformers import AutoModel, AutoTokenizer
|
||||
|
||||
import argparse
|
||||
|
||||
from transformers import AutoModel, AutoTokenizer
|
||||
|
||||
|
||||
def run(bert_model: str):
|
||||
batch = [
|
||||
|
||||
Reference in New Issue
Block a user