Skip to content

Commit

Permalink
adding travis build icon. super important
Browse files Browse the repository at this point in the history
  • Loading branch information
dhpollack committed Jan 9, 2020
1 parent 0a5bc73 commit 186805e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Libtorch + Huggingface Transformers

[![Build Status](https://travis-ci.org/dhpollack/huggingface_libtorch.svg?branch=master)](https://travis-ci.org/dhpollack/huggingface_libtorch)

## Requirements

For now, I am using python to trace [huggingface transformers](https://github.com/huggingface/transformers) model with jit and then load that traced model into this script. I have also installed [sentencepiece](https://github.com/google/sentencepiece) from source. Also I am just downloading the sentencepiece model manually and loading it directly. There are a few things that I would like to do in the future, but as a start, this is what I did to get this working.
Expand Down

0 comments on commit 186805e

Please sign in to comment.