From fbcce1a7545a5367d91ed43bf35eacefb4ebc096 Mon Sep 17 00:00:00 2001 From: cryscan Date: Sat, 15 Jun 2024 17:57:42 +0800 Subject: [PATCH] Minor fix. --- convert_safetensors.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/convert_safetensors.py b/convert_safetensors.py index dec216d..6cd08a2 100644 --- a/convert_safetensors.py +++ b/convert_safetensors.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import collections import numpy import os