diff --git a/recipes/mling_pl/mling_model.ipynb b/recipes/mling_pl/mling_model.ipynb index 56ce9dfd..bd7635d0 100644 --- a/recipes/mling_pl/mling_model.ipynb +++ b/recipes/mling_pl/mling_model.ipynb @@ -1939,10 +1939,8 @@ "cell_type": "code", "source": [ "%cd /content/flashlight/build\n", - "# !wget https://raw.githubusercontent.com/flashlight/wav2letter/49087d575ddf77aa5a99a01fee980fc00e92c802/recipes/mling_pl/model_with_externally_controlled_reshaping_big_lid.cpp\n", - "# !mv model_with_externally_controlled_reshaping_big_lid.cpp mling.cpp\n", - "!cmake .. -DFL_PLUGIN_MODULE_SRC_PATH=mling.cpp\n", - "# !cmake .. -DFL_PLUGIN_MODULE_SRC_PATH=mling_large.cpp\n", + "!wget https://raw.githubusercontent.com/flashlight/wav2letter/main/recipes/mling_pl/mling_large.cpp\n", + "!cmake .. -DFL_PLUGIN_MODULE_SRC_PATH=mling_large.cpp\n", "!make" ], "metadata": {