Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ mamba.py
File
mamba.py
examples/mamba.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os, sys, math, argparse, time
2
sys.path.append(os.getcwd())
3
from
typing
import
Any, Optional, Dict
4
Callers
nothing calls this directly
Calls
4
generate
Function · 0.85
append
Method · 0.80
keys
Method · 0.80
from_pretrained
Method · 0.80
Tested by
no test coverage detected