Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot integrate audio_to_text in AI Lab #219

Closed
Tracked by #869
jeffmaury opened this issue Apr 10, 2024 · 2 comments · Fixed by #240
Closed
Tracked by #869

Cannot integrate audio_to_text in AI Lab #219

jeffmaury opened this issue Apr 10, 2024 · 2 comments · Fixed by #240

Comments

@jeffmaury
Copy link
Collaborator

path is incorrect as the context dir is audio_to_text

See

COPY requirements.txt /locallm/requirements.txt

@MichaelClifford
Copy link
Collaborator

Can you try this again with the most up to date code.

Context dir is now app where the requirements file is.

 - name: whispercpp-app
      contextdir: app
      containerfile: app/Containerfile

@jeffmaury
Copy link
Collaborator Author

Replicating here as I got no answer on Slack:

Seems recent changes in the recipes repos make them incompatible with AI Lab and I need to input: in ai-lab.yaml there is 2 information for the build contextdir and containerFile. AI Lab will convert contextdir to an absolute path but will pass containerFile as is to podman so my understanding is that it is processed as a path relative to the contextdir. But it seems contextdir is repeated into the containerFile: see https://github.com/containers/ai-lab-recipes/blob/c0f800fdc332a904910eb78f7871b051[…]f40ebbb/recipes/natural_language_processing/chatbot/ai-lab.yaml
WDYT ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants