Support for Llama3.2 models and Swift SDK (#98)

This commit is contained in:
Ashwin Bharambe 2024-09-25 10:29:58 -07:00 committed by GitHub
parent 95abbf576b
commit 56aed59eb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 3745 additions and 630 deletions

View file

@ -59,7 +59,7 @@ class TestE2E(unittest.IsolatedAsyncioTestCase):
host=TestE2E.HOST,
port=TestE2E.PORT,
custom_tools=custom_tools,
# model="Meta-Llama3.1-70B-Instruct", # Defaults to 8B
# model="Llama3.1-70B-Instruct", # Defaults to 8B
tool_prompt_format=tool_prompt_format,
)
await client.create_session(__file__)