Skip to content

Commit

Permalink
fix: dependencies and tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
oKatanaaa committed Oct 4, 2023
1 parent ba28532 commit ccfeb66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lima_gui/state/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Settings:
'coding',
'meta problems'
]
DEFAULT_TOKENIZER = 'meta-llama/Llama-2-7b-hf'
DEFAULT_TOKENIZER = 'OpenAssistant/llama2-13b-orca-8k-3319'

@staticmethod
def get_instance():
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
pandas==1.5.3
PySide6==6.5.1
pandas~=1.5.3
PySide6~=6.5.1
openai
transformers~=4.31
tokenizers~=0.13.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='lima-gui',
version='0.4.1',
version='0.4.2',
description='A simple GUI utility for gathering LIMA-like chat data.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ccfeb66

Please sign in to comment.