mirror of
https://github.com/wassname/multifit.git
synced 2026-09-09 11:27:26 +08:00
Fix minor typos
This commit is contained in:
@@ -8,11 +8,12 @@ We have a fork of fastai to propose changes to fastai.text, with a branch for th
|
||||
Let us know that you want to start collaboration on fastai forum thread: [Multilingual ULMFIT](https://forums.fast.ai/t/multilingual-ulmfit/28117)
|
||||
and you will get access to both repositories.
|
||||
|
||||
Follow the developer [installation of fastai] (https://github.com/fastai/fastai#developer-install)
|
||||
Add n-waves/fastai as additional remote as described here: https://help.github.com/articles/adding-a-remote/
|
||||
Here is what I've did:
|
||||
```bash
|
||||
- Follow the [developer installation of fastai](https://github.com/fastai/fastai#developer-install)
|
||||
- Add n-waves/fastai as additional remote as described here: https://help.github.com/articles/adding-a-remote/
|
||||
|
||||
Here is what I did:
|
||||
```bash
|
||||
$ cd fastai
|
||||
$ git remote add n-waves https://github.com/n-waves/fastai.git
|
||||
$ git remote -v
|
||||
n-waves https://github.com/n-waves/fastai.git (fetch)
|
||||
|
||||
Reference in New Issue
Block a user