Skip to content

Commit a9f2832

Browse files
Fix fasttext download URL (#715)
Signed-off-by: vikalluru <[email protected]> Co-authored-by: Sarah Yurick <[email protected]>
1 parent 6561fd5 commit a9f2832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/nemotron-cc/nemotron_cc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
},
545545
"outputs": [],
546546
"source": [
547-
"!wget https://dl.fbaipublicfiles.com/fastText/supervised-models/lid.176.bin -P {model_path}"
547+
"!wget https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin -P {model_path}"
548548
]
549549
},
550550
{

0 commit comments

Comments
 (0)