mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-10-23 05:58:07 +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,9 +1,9 @@
|
||||
from typing import Any
|
||||
|
||||
import mlx.core as mx
|
||||
import mlx.nn as nn
|
||||
from mlx.utils import tree_flatten
|
||||
|
||||
|
||||
__all__ = ["KWT", "kwt1", "kwt2", "kwt3"]
|
||||
|
||||
|
||||
|
@@ -1,13 +1,13 @@
|
||||
import argparse
|
||||
import time
|
||||
import kwt
|
||||
import mlx.nn as nn
|
||||
import mlx.data as dx
|
||||
import mlx.core as mx
|
||||
import mlx.optimizers as optim
|
||||
from mlx.data.features import mfsc
|
||||
from mlx.data.datasets import load_speechcommands
|
||||
|
||||
import kwt
|
||||
import mlx.core as mx
|
||||
import mlx.data as dx
|
||||
import mlx.nn as nn
|
||||
import mlx.optimizers as optim
|
||||
from mlx.data.datasets import load_speechcommands
|
||||
from mlx.data.features import mfsc
|
||||
|
||||
parser = argparse.ArgumentParser(add_help=True)
|
||||
parser.add_argument(
|
||||
|
Reference in New Issue
Block a user