Skip to content

Commit

Permalink
Merge pull request #100 from MichaelClifford/whisper
Browse files Browse the repository at this point in the history
update audio-to-text for ai studio
  • Loading branch information
rhatdan authored Mar 27, 2024
2 parents d68116b + b63c424 commit bd7eace
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 bd7eace

Please sign in to comment.