bottom: add gpu recognition, new apple sdk, refactor (#360568)
[NixPkgs.git] / pkgs / tools / text / gpt2tc / 0001-add-python-shebang.patch
blobb47b444009ace7434be722ee2202ed99f9fd571b
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
8 import sys
9 import tensorflow as tf
10 import numpy as np