Moved the encoded_prompts to correct device

This commit is contained in:
alberduris
2019-12-31 13:11:41 +01:00
committed by Lysandre Debut
parent 1efc208ff3
commit dd4df80f0b
285 changed files with 1 additions and 0 deletions

0
tests/__init__.py Normal file → Executable file
View File

0
tests/fixtures/empty.txt vendored Normal file → Executable file
View File

0
tests/fixtures/input.txt vendored Normal file → Executable file
View File

0
tests/fixtures/sample_text.txt vendored Normal file → Executable file
View File

0
tests/fixtures/spiece.model vendored Normal file → Executable file
View File

0
tests/fixtures/test_sentencepiece.model vendored Normal file → Executable file
View File

0
tests/test_configuration_common.py Normal file → Executable file
View File

0
tests/test_hf_api.py Normal file → Executable file
View File

0
tests/test_model_card.py Normal file → Executable file
View File

0
tests/test_modeling_albert.py Normal file → Executable file
View File

0
tests/test_modeling_auto.py Normal file → Executable file
View File

0
tests/test_modeling_bert.py Normal file → Executable file
View File

0
tests/test_modeling_common.py Normal file → Executable file
View File

0
tests/test_modeling_ctrl.py Normal file → Executable file
View File

0
tests/test_modeling_distilbert.py Normal file → Executable file
View File

0
tests/test_modeling_encoder_decoder.py Normal file → Executable file
View File

0
tests/test_modeling_gpt2.py Normal file → Executable file
View File

0
tests/test_modeling_openai.py Normal file → Executable file
View File

0
tests/test_modeling_roberta.py Normal file → Executable file
View File

0
tests/test_modeling_t5.py Normal file → Executable file
View File

0
tests/test_modeling_tf_albert.py Normal file → Executable file
View File

0
tests/test_modeling_tf_auto.py Normal file → Executable file
View File

0
tests/test_modeling_tf_bert.py Normal file → Executable file
View File

0
tests/test_modeling_tf_common.py Normal file → Executable file
View File

0
tests/test_modeling_tf_ctrl.py Normal file → Executable file
View File

0
tests/test_modeling_tf_distilbert.py Normal file → Executable file
View File

0
tests/test_modeling_tf_gpt2.py Normal file → Executable file
View File

0
tests/test_modeling_tf_openai_gpt.py Normal file → Executable file
View File

0
tests/test_modeling_tf_roberta.py Normal file → Executable file
View File

0
tests/test_modeling_tf_t5.py Normal file → Executable file
View File

0
tests/test_modeling_tf_transfo_xl.py Normal file → Executable file
View File

0
tests/test_modeling_tf_xlm.py Normal file → Executable file
View File

0
tests/test_modeling_tf_xlnet.py Normal file → Executable file
View File

0
tests/test_modeling_transfo_xl.py Normal file → Executable file
View File

0
tests/test_modeling_xlm.py Normal file → Executable file
View File

0
tests/test_modeling_xlnet.py Normal file → Executable file
View File

0
tests/test_optimization.py Normal file → Executable file
View File

0
tests/test_optimization_tf.py Normal file → Executable file
View File

0
tests/test_pipelines.py Normal file → Executable file
View File

0
tests/test_tokenization_albert.py Normal file → Executable file
View File

0
tests/test_tokenization_auto.py Normal file → Executable file
View File

0
tests/test_tokenization_bert.py Normal file → Executable file
View File

0
tests/test_tokenization_bert_japanese.py Normal file → Executable file
View File

0
tests/test_tokenization_common.py Normal file → Executable file
View File

0
tests/test_tokenization_ctrl.py Normal file → Executable file
View File

0
tests/test_tokenization_distilbert.py Normal file → Executable file
View File

0
tests/test_tokenization_gpt2.py Normal file → Executable file
View File

0
tests/test_tokenization_openai.py Normal file → Executable file
View File

0
tests/test_tokenization_roberta.py Normal file → Executable file
View File

0
tests/test_tokenization_t5.py Normal file → Executable file
View File

0
tests/test_tokenization_transfo_xl.py Normal file → Executable file
View File

0
tests/test_tokenization_utils.py Normal file → Executable file
View File

0
tests/test_tokenization_xlm.py Normal file → Executable file
View File

0
tests/test_tokenization_xlnet.py Normal file → Executable file
View File

0
tests/utils.py Normal file → Executable file
View File