From 636109eb3f109e0eafabcac7cbf567ed77499502 Mon Sep 17 00:00:00 2001 From: Loren Lugosch Date: Sun, 29 May 2022 14:17:49 -0400 Subject: [PATCH] get correct model code --- recipes/mling_pl/mling_model.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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": {