nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 10 lines 216 B view raw
1diff --git a/gpt2convert.py b/gpt2convert.py 2index 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