Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
debrevitatevitae committed Jul 17, 2024
1 parent a0ace68 commit a13cbd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies = [
"markdown-exec",
"mike",
]
features = ["pulser", "braket", "horqrux", "visualization"]
features = ["pulser", "braket", "horqrux", "visualization", "mlflow"]

[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean --strict"
Expand Down
4 changes: 0 additions & 4 deletions qadence/ml_tools/train_grad.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ def train(
optimize_step: Customizable optimization callback which is called at every iteration.=
The function must have the signature `optimize_step(model,
optimizer, loss_fn, xs, device="cpu")`.
write_tensorboard: Customizable tensorboard logging callback which is
called every `config.write_every` iterations. The function must have
the signature `write_tensorboard(writer, loss, metrics, iteration)`
(see the example below).
dtype: The dtype to use for the data.
Example:
Expand Down

0 comments on commit a13cbd4

Please sign in to comment.