Skip to content

Commit

Permalink
Test tiny model with github actions
Browse files Browse the repository at this point in the history
Temp edit actions

x
  • Loading branch information
dylanholmes committed May 22, 2024
1 parent 8dba0d4 commit 419abb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 118 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/code-checks.yml

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/docs-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Docs Integration Tests

on:
pull_request_review:
types: [submitted]
push:
branches:
- main
- dev
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]

jobs:
test:
if: github.event.review.state == 'APPROVED' || github.event_name == 'push'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -129,7 +127,6 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
if: github.event_name == 'pull_request_review'
with:
files: |
**.md
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/pull-request-links.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/unit-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/griptape-framework/drivers/prompt-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def prompt_stack_to_string_converter(prompt_stack: PromptStack) -> str:
agent = Agent(
config=StructureConfig(
prompt_driver=HuggingFacePipelinePromptDriver(
model="tiiuae/falcon-7b-instruct",
model="tiiuae/falcon-7b-instruct", #og
prompt_stack_to_string=prompt_stack_to_string_converter,
)
),
Expand Down

0 comments on commit 419abb6

Please sign in to comment.