Add convert-persimmon-to-gguf.py to new requirements.txt scheme
This commit is contained in:
parent
ba46057b11
commit
b853df4207
3 changed files with 6 additions and 0 deletions
1
convert-persimmon-to-gguf.py
Normal file → Executable file
1
convert-persimmon-to-gguf.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import torch
|
||||
import os
|
||||
from pprint import pprint
|
||||
|
|
2
convert-persimmon-to-gguf_requirements.txt
Normal file
2
convert-persimmon-to-gguf_requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
-r convert_requirements.txt
|
||||
torch==2.1.1
|
|
@ -3,6 +3,9 @@
|
|||
#
|
||||
# Package versions must stay compatible across all top-level python scripts.
|
||||
#
|
||||
|
||||
-r convert_requirements.txt
|
||||
|
||||
-r convert-hf-to-gguf_requirements.txt
|
||||
-r convert-lora-to-ggml_requirements.txt
|
||||
-r convert-persimmon-to-gguf_requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue