Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/traceblocTrainingGuide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": "# Install the tracebloc package \u2014 the [pytorch] extra covers the most common setup.\n# Using TensorFlow? Replace [pytorch] with [tensorflow]. See the README for all extras.\n!pip install \"tracebloc[pytorch]>=0.8.1\" -q"
"source": "# Install the tracebloc package \u2014 the [pytorch] extra covers the most common setup.\n# Using TensorFlow? Replace [pytorch] with [tensorflow]. See the README for all extras.\n!pip install \"tracebloc[pytorch]>=0.14.0\" -q"
},
{
"cell_type": "code",
Expand Down
Loading