Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Add requirements for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberZHG committed Aug 3, 2019
1 parent 0e623f3 commit 61faaeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/CoLA/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
keras-bert
1 change: 1 addition & 0 deletions demo/SST-2/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
keras-bert
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
pycodestyle --max-line-length=120 keras_xlnet tests demo && \
nosetests --nocapture --with-coverage --cover-erase --cover-html --cover-html-dir=htmlcov --cover-package=keras_xlnet --with-doctest
nosetests --nocapture --with-coverage --cover-erase --cover-html --cover-html-dir=htmlcov --cover-package=keras_xlnet --with-doctest tests

0 comments on commit 61faaeb

Please sign in to comment.