"server/text_generation_server/models/causal_lm.py" did not exist on "daa1d81d5ec4ef9bc59a4d6e850687b788732c90"
  1. 26 Oct, 2020 1 commit
    • robin Han's avatar
      add unittest for onnx convert (#608) · 23b2bdbf
      robin Han authored
      * add unittest for onnx convert
      
      * build onnx and onnxruntime in CI
      
      * skip onnx op unit test while using CUDA
      
      * fix offset==0 case in NMS
      
      * remove tmp file used in test
      
      * delete tmp file before assert so that we can remove the tmp file anyway
      23b2bdbf
  2. 29 Sep, 2020 1 commit
  3. 01 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      [feature] Use cu92 & ubuntu1604 for torch 1.3.1 (#524) · fc4993cd
      Wenwei Zhang authored
      * [feature] Use cu92 & ubuntu1604 for torch 1.3.1
      
      * [fix]Use ubuntu-16.04 rather than latest for cu92
      
      * [fix]: soft link cuda path
      
      * Debug cu101 bug
      
      * Update usr/include for cublas with cu101
      
      * Check default nvcc version
      
      * rm :
      
      * add cuda root
      
      * Try to locate cublas_v2.h
      
      * Set cublas version
      
      * Force cublas version
      
      * check usr/local/cuda-10.2
      
      * Add tree
      
      * cp cublas files
      
      * cp cublas files to lib64
      
      * do not tree cuda
      
      * fix path cp error
      
      * cp dir
      
      * Keep using CUDA10.1 only
      
      * recover empty line
      fc4993cd
  4. 25 Aug, 2020 1 commit
  5. 09 Aug, 2020 1 commit
  6. 03 Aug, 2020 2 commits
  7. 17 Jul, 2020 1 commit
  8. 08 Jul, 2020 2 commits
    • Jerry Jiarui XU's avatar
      use env to control compile op or not (#400) · 192b3b3c
      Jerry Jiarui XU authored
      
      
      * use env to control compile op or not
      
      * use str as env var
      
      * update readme
      
      * update rc01
      
      * update readme
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      192b3b3c
    • Cao Yuhang's avatar
      Migrate op (#392) · d5cbf7ee
      Cao Yuhang authored
      * migrate op
      
      * migrate unittest
      
      * update build no torch
      
      * add back use_torch_vision for roi align
      
      * fix type and unit test
      
      * ignore test logging when no torch
      
      * fix no torch ci test
      
      * skip test registry
      
      * remove coverage report when no torch
      
      * fix mac ci order
      
      * install latest pillow when no torch
      
      * mv convws to brisk
      d5cbf7ee
  9. 07 Jul, 2020 1 commit
    • Kai Chen's avatar
      Add macos building in github action (#387) · b2b42cbd
      Kai Chen authored
      * add macos in github action
      
      * fix a package name
      
      * minor fix
      
      * fix typo
      
      * ignore progressbar testing
      
      * ignore timer testing
      
      * fix pytest configs
      
      * try fix
      b2b42cbd
  10. 05 Jul, 2020 1 commit
  11. 02 Jul, 2020 1 commit
  12. 30 Jun, 2020 1 commit
    • Jerry Jiarui XU's avatar
      Add cpu ops (#370) · 0970ae94
      Jerry Jiarui XU authored
      * update actiion
      
      * remove 1.3 cuda
      
      * reorder
      
      * add no torch
      
      * fixed version
      
      * make py3.8 on pt1.5
      
      * make py3.8 on pt1.5
      
      * remove torch 1.3
      
      * disable py3.8
      
      * pip
      
      * merge master with cuda compile fix
      
      * add cpu roi align
      
      * fixed test
      
      * fixed no torch
      
      * add CUDA_ARGS
      
      * use one line
      
      * gencode=61
      
      * seperate jobs
      
      * update lint
      
      * use parametrize test
      
      * formart and rename
      
      * unit test for all
      0970ae94
  13. 28 Jun, 2020 1 commit
    • zhuyuanhao's avatar
      add ext ops, support parrots (#310) · c0f5492e
      zhuyuanhao authored
      
      
      * add ext ops, support parrots
      
      * fix lint
      
      * fix lint
      
      * update op from mmdetection
      
      * support non-pytorch env
      
      * fix import bug
      
      * test not import mmcv.op
      
      * rename mmcv.op to mmcv.ops
      
      * fix compile warning
      
      * 1. fix syncbn warning in pytorch 1.5
      2. support only cpu compile
      3. add point_sample from mmdet
      
      * fix text bug
      
      * update docstrings
      
      * fix line endings
      
      * minor updates
      
      * remove non_local from ops
      
      * bug fix for nonlocal2d
      
      * rename ops_ext to _ext and _ext to _flow_warp_ext
      
      * update the doc
      
      * try clang-format github action
      
      * fix github action
      
      * add ops to api.rst
      
      * fix cpp format
      
      * fix clang format issues
      
      * remove .clang-format
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      c0f5492e
  14. 30 May, 2020 1 commit
  15. 14 May, 2020 2 commits
    • Kai Chen's avatar
      Add a pypi workflow and bump version to 0.5.2 (#282) · 506df8cd
      Kai Chen authored
      * add a workflow to publish to pypi and remove travis.yml
      
      * move the if-statement to the job level
      
      * add a badge
      
      * switch to ubuntu-latest
      
      * bump version to 0.5.2
      
      * add apt-get update before installing
      506df8cd
    • Kai Chen's avatar
      Add GitHub action flow (#280) · 693f61af
      Kai Chen authored
      * Create a github action workflow
      
      * Fix the workflow config
      
      * Fix codecov
      
      * skip codecov for python 3.8
      
      * fix the expression
      
      * remove the if expression
      693f61af