mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-02 13:40:48 +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,13 +1,13 @@
|
||||
import numpy as np
|
||||
from typing import Optional
|
||||
import argparse
|
||||
from dataclasses import dataclass
|
||||
from transformers import BertTokenizer
|
||||
from mlx.utils import tree_unflatten
|
||||
from typing import Optional
|
||||
|
||||
import mlx.core as mx
|
||||
import mlx.nn as nn
|
||||
import argparse
|
||||
import numpy
|
||||
import numpy as np
|
||||
from mlx.utils import tree_unflatten
|
||||
from transformers import BertTokenizer
|
||||
|
||||
|
||||
@dataclass
|
||||
|
Reference in New Issue
Block a user