ARCHITECTURE function_calls works on meta-llama/codellama-34b-instruct

This commit is contained in:
Nicholas Albion
2023-09-21 23:05:37 +10:00
parent 714658a0c8
commit d4879a04b7
8 changed files with 298 additions and 33 deletions

View File

@@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
# 3.10 - 04 Oct 2021
# 3.11 - 24 Oct 2022
python-version: ['3.11']
steps:
- uses: actions/checkout@v4