Skip to content

Commit a5a4726

Browse files
authored
Merge pull request #357 from tenstorrent/ksrivastava/llama-3.3-70b-instruct
Upgrade to llama-3.3-70b-instruct
2 parents 36d9e27 + 0cad84f commit a5a4726

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

edenai_apis/apis/tenstorrent/outputs/llm/chat_output.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"id": "chat-3a48d0bd4e8d41cfa545da12d6ab83df",
2+
"id": "chat-9014af30a40d4d409736f4b6d48e9351",
33
"object": "chat.completion",
4-
"created": 1742347236,
5-
"model": "tenstorrent/Meta-Llama-3.1-70B-Instruct",
4+
"created": 1745971102,
5+
"model": "tenstorrent/Meta-Llama-3.3-70B-Instruct",
66
"choices": [
77
{
88
"index": 0,
99
"message": {
1010
"role": "assistant",
11-
"content": "Here be a right purty boardwalk, if I do say so meself. Yer lookin' at a picture o' a lovely lake in Wisconsin, with a scenic boardwalk stretchin' out along the water's edge. The sun be shinin' bright, castin' a golden glow over the whole scene.\n\nThe boardwalk itself be made o' sturdy wood, with railin's to keep landlubbers like yerself from tumbilin' into the drink. There be plenty o' benches for sitin' and takin' in the views, and I can spy a few shops and eateries with outdoor tables for servin' up some tasty grub.\n\nThe lake be calm and peaceful, with a light breeze stirrin' up just enough ripples to give it some interest. satisfied ducks glide effortlessly across the water, leavin' trails o' ripples behind 'em. Behind the ducks be a backdrop o' trees and greenery, with a few sailboats bobbin' about in the distance.\n\nIt be a right pretty day, and I can almost smell the fish fry waftin' from the local eatery. Shiver me spyglass, I reckon it be a fine place to spend a lazy summer day, don't ye agree, matey?",
11+
"content": "Yer lookin' fer a description o' a scenic boardwalk by a lake in Wisconsin, eh? Alright then, matey! Let me paint ye a picture o' this here scene.\n\nI be gazin' upon a tranquil lake, its waters as calm as a chest overflowin' with gold doubloons. The sun be shinin' bright, castin' a golden Robots glow upon the surroundings. To me left, I see a boardwalk stretchin' along the lake's edge, lined with wooden planks and railings as sturdy as me trusty cutlass.\n\nThe boardwalk be populated with landlubbers, strollin' and takin' in the sights o' the lake. Some be sittin' on benches, gazin' out at the water, while others be walkin' hand in hand, enjoyin' the romantic atmosphere. There be a few swashbucklers, too, with hyperlink their lines cast into the lake, hopin' to catch a big ol' fish fer dinner.\n\nTo me right, I see a forest o' tall trees, their leaves rustlin' in the gentle breeze like a treasure chest filled with golden coins. The trees be reflected in the lake's surface, creatin' a sense o' symmetry and balance, like a well-designed pirate ship.\n\nIn the distance, I see a few sailboats and kayaks, their sails and paddles glintin' in the sunlight as they glide across the lake. It be a peaceful scene, matey, like a calm sea on a sunny day. Ah, Wisconsin be a grand place, don't ye agree, matey?",
1212
"name": null,
1313
"function_call": null,
1414
"tool_calls": []
@@ -20,7 +20,7 @@
2020
"completion_tokens_details": {
2121
"audio_tokens": 0,
2222
"cached_tokens": 0,
23-
"prompt_tokens": 264,
23+
"prompt_tokens": 340,
2424
"completion_tokens": 0,
2525
"total_tokens": 0,
2626
"accepted_prediction_tokens": 0,
@@ -37,7 +37,7 @@
3737
"reasoning_tokens": 0,
3838
"rejected_prediction_tokens": 0
3939
},
40-
"total_tokens": 330
40+
"total_tokens": 406
4141
},
4242
"system_fingerprint": null
4343
}

edenai_apis/features/text/generation/generation_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def generation_arguments(provider_name: str):
1313
"ai21labs": "j2-ultra",
1414
"meta": "llama3-1-70b-instruct-v1:0",
1515
"xai": "grok-2-latest",
16-
"tenstorrent": "tenstorrent/Meta-Llama-3.1-70B-Instruct",
16+
"tenstorrent": "tenstorrent/Meta-Llama-3.3-70B-Instruct",
1717
},
1818
}

0 commit comments

Comments
 (0)