Skip to content

Commit

Permalink
Remove llam-3.1-7b
Browse files Browse the repository at this point in the history
  • Loading branch information
pkelaita committed Dec 17, 2024
1 parent 2cc72ba commit e55093b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _Current version: 0.0.39_
#### Removed

- `gemma-7b` has been removed as it has been [deprecated](https://console.groq.com/docs/models) by Groq.
- `llama-3.1-70b` has been removed as it has been deprecated by both [Groq](https://console.groq.com/docs/models) and [Cerebras](https://inference-docs.cerebras.ai/introduction).

### v0.0.38 - December 12, 2024

Expand Down
30 changes: 0 additions & 30 deletions l2m2/model_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,36 +559,6 @@ class ModelEntry(TypedDict):
"extras": {},
},
},
"llama-3.1-70b": {
"groq": {
"model_id": "llama-3.1-70b-versatile",
"params": {
"temperature": {
"default": PROVIDER_DEFAULT,
"max": 2.0,
},
"max_tokens": {
"default": PROVIDER_DEFAULT,
"max": 8000,
},
},
"extras": {},
},
"cerebras": {
"model_id": "llama3.1-70b",
"params": {
"temperature": {
"default": PROVIDER_DEFAULT,
"max": 1.5,
},
"max_tokens": {
"default": PROVIDER_DEFAULT,
"max": 2**31 - 1,
},
},
"extras": {},
},
},
"llama-3.1-405b": {
"replicate": {
"model_id": "meta/meta-llama-3.1-405b-instruct",
Expand Down

0 comments on commit e55093b

Please sign in to comment.