node-fasttext icon indicating copy to clipboard operation
node-fasttext copied to clipboard

update fastText to latest upstream master

Open dcsan opened this issue 7 years ago • 1 comments

simply updated to their master https://github.com/facebookresearch/fastText/commits/master

process:

(clone this repo)

git submodule init
git pull --recurse-submodules
cd fastText
git checkout master
git pull
cd ..
git add .
git commit -m "update submodules"

I might make a script to do this if we need to keep track of upstream fastText

dcsan avatar Aug 23 '18 20:08 dcsan

does this update will ever reach master?

searleser97 avatar Oct 04 '21 23:10 searleser97