[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

2
examples/text-generation/run_generation.py Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# coding=utf-8
# Copyright 2018 Google AI, Google Brain and Carnegie Mellon University Authors and the HuggingFace Inc. team.
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.