Skip to content

Conversation

@rpurdel
Copy link
Contributor

@rpurdel rpurdel commented Dec 11, 2024

No description provided.

- { role: "gpu-docker-pull", tags: "gpu-docker", gpu_docker_type: "skynet" }
- { role: "gpu-docker-pull", tags: "gpu-docker", gpu_docker_type: "whisper" }
- { role: "streaming-whisper", tags: "gpu-docker", gpu_docker_type: "whisper" }
- { role: "autoscaler-sidecar", tags: "autoscaler-sidecar",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This role is already included in the base image that GPU comes from, so no need to install it here.

- { role: "gpu-docker-pull", tags: "gpu-docker", gpu_docker_type: "whisper" }
- { role: "streaming-whisper", tags: "gpu-docker", gpu_docker_type: "whisper" }
- { role: "autoscaler-sidecar", tags: "autoscaler-sidecar",
autoscaler_instance_type: "streaming-whisper", autoscaler_install_flag: true, autoscaler_configure_flag: false, jitsi_autoscaler_sidecar: true}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a shared image for both skynet ande whisper, so we wouldn't want to set the instance type here.

@@ -0,0 +1,13 @@
- name: Install dependencies
ansible.builtin.package:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine to include these, but just FYI they should both be already installed in the base image so this will be a no-op.

jigasi_transcriber_whisper_private_key: "replaceme"
jigasi_transcriber_whisper_private_key_name: "replaceme"
jigasi_transcriber_whisper_websocket_url: "wss://{{ hcv_environment }}-{{ oracle_region }}-whisper.jitsi.net:443/streaming-whisper/ws/"
jigasi_transcriber_whisper_websocket_url: "wss://{{ hcv_environment }}-{{ oracle_region }}-whisper.jitsi.net:443/whisper/ws/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is totally unrelated and will breake existing deployments if it's not supported in live whisper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants