opea-project / GenAIExamples

Generative AI Examples is a collection of GenAI examples such as ChatQnA, Copilot, which illustrate the pipeline capabilities of the Open Platform for Enterprise AI (OPEA) project.
https://opea.dev
Apache License 2.0
230 stars 148 forks source link

[AudioQnA] remove torch version in requirements.txt #316

Closed ctao456 closed 3 months ago

ctao456 commented 3 months ago

Description

Remove torch version in ` so that the asr Dockerfile installs the correct version. Otherwise, runtime issue when testing asr.

Issues

JIRA ticket GEN-11

Type of change

List the type of change like below. Please delete options that are not relevant.

Dependencies

n/a

Tests

Test ASR

wget https://github.com/intel/intel-extension-for-transformers/raw/main/intel_extension_for_transformers/neural_chat/assets/audio/sample.wav
http_proxy= curl -F 'file=@sample.wav' http://localhost:8008/v1/audio/transcriptions
ctao456 commented 3 months ago

Fixed in recent commits to asr