Skip to content

Conversation

JLake310
Copy link
Member

  • audio_preprocess 함수 추가
  • audio_preprocess를 model_inference 함수 안에 넣어 TTFT 측정 과정에서 측정 되게 하기

def model_inference(cfg, audio, test_prompt, salmonn, wav_processor):
# TTFT
start_time = time.time()
samples = audio_preprocess(cfg, wav_processor, samples)
Copy link
Contributor

Choose a reason for hiding this comment

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

samples = audio_preprocess(cfg, wav_processor, audio)

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.

2 participants