Skip to content

Commit

Permalink
Use the main branch in the training notebook (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt authored Dec 28, 2024
1 parent 56e4f7d commit 1c2d866
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions notebooks/basic_training_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"# `audio-metadata` is installed from a fork to unpin `attrs` from a version that breaks Jupyter\n",
"!pip install 'git+https://github.com/whatsnowplaying/audio-metadata@d4ebb238e6a401bb1a5aaaac60c9e2b3cb30929f'\n",
"\n",
"!git clone -b november-update https://github.com/kahrendt/microWakeWord\n",
"!git clone -b https://github.com/kahrendt/microWakeWord\n",
"!pip install -e ./microWakeWord"
]
},
Expand Down Expand Up @@ -538,7 +538,8 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
Expand All @@ -551,7 +552,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.15"
}
},
"nbformat": 4,
Expand Down

1 comment on commit 1c2d866

@AlexanderLeporiday
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to remove the -b on line 40 as you're not providing a branch anymore

Please sign in to comment.