Skip to content

Instantly share code, notes, and snippets.

@iMacUK
Last active January 12, 2023 09:11
IPU Config
from optimum.graphcore import IPUConfig, IPUTrainingArguments
ipu_config = IPUConfig.from_pretrained("Graphcore/distilbert-base-ipu")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment