[examples] make run scripts executable (#10037)

* make executable

* make executable

* same for the template

* cleanup
This commit is contained in:
Stas Bekman
2021-02-05 15:51:18 -08:00
committed by GitHub
parent 1cd16512dc
commit 8ea412a86f
26 changed files with 26 additions and 1 deletions

1
examples/seq2seq/run_seq2seq.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
# Copyright The HuggingFace Team and The HuggingFace Inc. team. All rights reserved.
#