"git@developer.sourcefind.cn:change/sglang.git" did not exist on "3d93f84a00e2ddd8d180f3f6b361c832a5c12095"
  1. 25 Apr, 2019 1 commit
  2. 09 Feb, 2019 1 commit
    • Myle Ott's avatar
      Add fairseq to PyPI (#495) · fbd4cef9
      Myle Ott authored
      Summary:
      - fairseq can now be installed via pip: `pip install fairseq`
      - command-line tools are globally accessible: `fairseq-preprocess`, `fairseq-train`, `fairseq-generate`, etc.
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/495
      
      Differential Revision: D14017761
      
      Pulled By: myleott
      
      fbshipit-source-id: 10c9f6634a3056074eac2f33324b4f1f404d4235
      fbd4cef9
  3. 25 Jan, 2019 1 commit
  4. 01 Nov, 2018 1 commit
  5. 07 Sep, 2018 1 commit
  6. 20 Jul, 2018 1 commit
  7. 08 Jul, 2018 1 commit
  8. 20 Jun, 2018 3 commits
  9. 15 Jun, 2018 2 commits
    • Myle Ott's avatar
      Add FairseqTask · ff68a9ef
      Myle Ott authored
      A Task defines the data format, stores shared state (e.g., dictionaries) and provides helpers for building the model/criterion and calculating the loss.
      
      Changes:
      - Add TranslationTask and LanguageModelingTask. New tasks can be registered with @register_task decorator.
      - Add EpochBatchIterator to encapsulate batching and saving/restoring dataloader position
      - Remove LEFT_PAD_* constants and make them configurable per task
      ff68a9ef
    • Alexei Baevski's avatar
      c778a31e