Skip to content

Commit

Permalink
add requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 7, 2024
1 parent cf9f36a commit 48e2b5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/operation-test-with-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
service-under-test:
image: ${{ inputs.image }}
env:
DEFAULT_MODEL: "MaziyarPanahi/Meta-Llama-3-8B-Instruct-GGUF"
DEFAULT_MODEL: "MaziyarPanahi/Meta-Llama-3-8B-Instruct-GGUF"
ports:
- ${{ inputs.port-mapping || format('{0}:{1}', inputs.port, inputs.port) }}

Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/test-with-ezlocalai.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test with ezLocalai
name: Test with ezlocalai
on:
workflow_call:
inputs:
Expand All @@ -10,6 +10,10 @@ on:
image:
type: string
required: true
port:
type: string
port-mapping:
type: string
image-options:
type: string
description: like --entrypoint, --command
Expand Down Expand Up @@ -43,9 +47,9 @@ jobs:
service-under-test:
image: ${{ inputs.image }}
env:
DEFAULT_MODEL: "MaziyarPanahi/Meta-Llama-3-8B-Instruct-GGUF"
DEFAULT_MODEL: "MaziyarPanahi/Meta-Llama-3-8B-Instruct-GGUF"
ports:
- 8091:8091
- ${{ inputs.port-mapping || format('{0}:{1}', inputs.port, inputs.port) }}

steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 48e2b5d

Please sign in to comment.