Skip to content

Commit

Permalink
update audio-to-text for ai studio
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClifford committed Mar 27, 2024
1 parent a807362 commit b63c424
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions audio-to-text/ai-lab.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: v1.0
application:
type: audio
name: Audio Transcription
description: This is a Streamlit transcription application.
containers:
- name: whispercpp-server
contextdir: ../model_servers/whispercpp
containerfile: Containerfile
model-service: true
backend:
- llama
arch:
- arm64
- amd64
ports:
- 8001
image: quay.io/redhat-et/locallm-whispercpp-service:latest
- name: whispercpp-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
image: quay.io/redhat-et/locallm-whisper-client:latest
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b63c424

Please sign in to comment.