"vscode:/vscode.git/clone" did not exist on "088ad458885bb41694deb4e52bea914087a64dad"
Unverified Commit 89a8739f authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Add `Repository` import to the FLAX example script (#12501)

parent 2df63282
......@@ -1106,6 +1106,7 @@ just three lines of code:
from flax import serialization
from jax import random
from flax import linen as nn
from huggingface_hub import Repository
model = nn.Dense(features=5)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment