Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mlx-community
/
whisper-large-v3-mlx
like
26
Follow
MLX Community
2,282
MLX
whisper
License:
mit
Model card
Files
Files and versions
Community
4
Use this model
d2e7957
whisper-large-v3-mlx
/
lib
/
python3.11
/
site-packages
/
mpmath
/
calculus
/
calculus.py
reach-vb
HF staff
8274b78f238537f55a2fdac5624687534650241ed111eeb7b3bab8b2371bbf9b
d2e7957
10 months ago
raw
Copy download link
history
blame
112 Bytes
class
CalculusMethods
(
object
):
pass
def
defun
(
f
):
setattr
(CalculusMethods, f.__name__, f)
return
f