repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bottom: add gpu recognition, new apple sdk, refactor (#360568)
[NixPkgs.git]
/
pkgs
/
tools
/
text
/
gpt2tc
/
0001-add-python-shebang.patch
blob
b47b444009ace7434be722ee2202ed99f9fd571b
1
diff --git a/gpt2convert.py b/gpt2convert.py
2
index 34ca909..6e6cac5 100644
3
--- a/gpt2convert.py
4
+++ b/gpt2convert.py
5
@@ -1,3 +1,5 @@
6
+#!/usr/bin/env python3
7
+
8
import sys
9
import tensorflow as tf
10
import numpy as np