sichaolong's picture
Upload folder using huggingface_hub
e331e72 verified
raw
history blame contribute delete
412 Bytes
# Setup reporting however you'd like
reporting:
type: console
# Setup storage however you'd like
storage:
type: memory
# Setup cache however you'd like
cache:
type: memory
# Just a simple workflow
workflows:
# This is an anonymous workflow, it doesn't have a name
- steps:
# Unpack the nodes from the graph
- verb: fill
args:
to: filled_column
value: "Filled Value"