Skip to content

Commit b853df4

Browse files
committed
Add convert-persimmon-to-gguf.py to new requirements.txt scheme
1 parent ba46057 commit b853df4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

convert-persimmon-to-gguf.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
import torch
23
import os
34
from pprint import pprint
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r convert_requirements.txt
2+
torch==2.1.1

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#
44
# Package versions must stay compatible across all top-level python scripts.
55
#
6+
67
-r convert_requirements.txt
8+
79
-r convert-hf-to-gguf_requirements.txt
810
-r convert-lora-to-ggml_requirements.txt
11+
-r convert-persimmon-to-gguf_requirements.txt

0 commit comments

Comments
 (0)