Skip to content

Commit

Permalink
add codeLlama7binstructq3KS
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Jul 11, 2024
1 parent 42d1398 commit cbda8e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Pharo-Ollama/OCodeLlamaModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ OCodeLlamaModel class >> code7b [
yourself
]

{ #category : 'accessing' }
OCodeLlamaModel class >> codeLlama7binstructq3KS [

<ollamaInit: 'codellama:7b-instruct-q3_K_S'>
^ self new
tag: '7b-instruct-q3_K_S';
yourself
]

{ #category : 'accessing' }
OCodeLlamaModel class >> instruct7b [

Expand Down

0 comments on commit cbda8e5

Please sign in to comment.