Skip to content

Commit

Permalink
Some corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
souradipp76 committed May 21, 2024
1 parent 96c8cfa commit 8c8cfee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc_generator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def main(): # pragma: no cover
[LLMModels.LLAMA2_7B_CHAT_GPTQ.value,
LLMModels.LLAMA2_13B_CHAT_GPTQ.value,
LLMModels.CODELLAMA_7B_INSTRUCT_GPTQ.value,
LLMModels.CODELLAMA_13B_INSTRUCT_GPTQ.valu,
LLMModels.GOOGLE_GEMMA_2B_INSTRUCT,
LLMModels.GOOGLE_GEMMA_7B_INSTRUCT])
LLMModels.CODELLAMA_13B_INSTRUCT_GPTQ.value,
LLMModels.GOOGLE_GEMMA_2B_INSTRUCT.value,
LLMModels.GOOGLE_GEMMA_7B_INSTRUCT.value])
model_name = prompt("Which model?\n", completer=model_completer)
match model_name:
case LLMModels.LLAMA2_13B_CHAT_GPTQ.value:
Expand Down

0 comments on commit 8c8cfee

Please sign in to comment.