Skip to content

Commit

Permalink
Merge branch 'run-llama:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavdixit99 authored May 8, 2024
2 parents bb3255b + 7a67807 commit d5154a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
DEFAULT_ANYSCALE_API_VERSION = ""

LLAMA_MODELS = {
"meta-llama/Meta-Llama-3-70B-Instruct": 8192,
"meta-llama/Meta-Llama-3-8B-Instruct": 8192,
"meta-llama/Llama-2-7b-chat-hf": 4096,
"meta-llama/Llama-2-13b-chat-hf": 4096,
"meta-llama/Llama-2-70b-chat-hf": 4096,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-anyscale"
readme = "README.md"
version = "0.1.3"
version = "0.1.4"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"gpt-4-turbo-preview": 128000,
# multimodal model
"gpt-4-vision-preview": 128000,
"gpt-4-1106-vision-preview": 128000,
"gpt-4-turbo-2024-04-09": 128000,
"gpt-4-turbo": 128000,
# 0613 models (function calling):
Expand Down

0 comments on commit d5154a3

Please sign in to comment.