Skip to content

Commit f6442cc

Browse files
authored
Merge pull request #157 from VinciGit00/llava_integration
2 parents 8c7c3e3 + 019b722 commit f6442cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ poetry.lock
3636
# lock files
3737
*.lock
3838
poetry.lock
39+

scrapegraphai/helpers/models_tokens.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"ollama": {
3333
"llama2": 4096,
3434
"llama3": 8192,
35+
"llava": 4096,
36+
"llava_next": 4096,
3537
"mistral": 8192,
3638
"codellama": 16000,
3739
"dolphin-mixtral": 32000,

0 commit comments

Comments
 (0)