mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-05 08:14:34 +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,11 +1,12 @@
|
||||
# Copyright © 2023 Apple Inc.
|
||||
|
||||
import gzip
|
||||
import numpy as np
|
||||
import os
|
||||
import pickle
|
||||
from urllib import request
|
||||
|
||||
import numpy as np
|
||||
|
||||
|
||||
def mnist(save_dir="/tmp"):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user