Skip to content

Commit

Permalink
security and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lael Halawani committed Jan 7, 2024
1 parent 05831c7 commit 52a5576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ print(f"""
#outputs:
# Model Name: dolphin-2_6-phi-2
# Model Quantization: Q2_K
# Model Path: C:\Users\laelal.halawani\Desktop\python\test_glai\dolphin-phi2\dolphin-2_6-phi-2.Q2_K.gguf
# Model Path: your_db_dir_path\dolphin-2_6-phi-2.Q2_K.gguf
# Model message formattings:
# System: {'open': '<|im_start|>system\n', 'close': '<|im_end|>\n'}
# User: {'open': '<|im_start|>user\n', 'close': '<|im_end|>\n'}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()
setup(
name="gguf_modeldb",
version="0.0.1a1",
version="0.0.1a2",
packages=find_packages(),
install_requires=[
'requests>=2.31.0',
Expand Down

0 comments on commit 52a5576

Please sign in to comment.