pretbc
pretbc
any news about VATT PyTorch implementation ?
Got same error on colab cmd - > `!python examples/generate_from_file.py --csv_path=/content/dmvr/input.csv --output_path=/content/drive/MyDrive/Raw/generated_dataset --decode_audio=True`  paths provided in input.csv for video '/content/drive/MyDrive/Raw/` i assume audio gonna be decoded from video file...
It seems that link expire - could You tell more ?
Can U tell more about Ur approach ?
any news here ?
let me check pytests
Did locally - `ruff check . --fix-only`
I will suggest as demo below snippet ``` lm = dspy.LM( "gemini-2.0-flash-exp", api_key=os.getenv("GOOGLE_APPLICATION_CREDENTIALS") ) dspy.configure(lm=lm) audio_path = "path/to/file.wav" audio_data = pathlib.Path(audio_path).read_bytes() audio_data_base64 = base64.b64encode(audio_data).decode("utf-8") messages = [ { "role": "user",...
gonna check any conflict after review
is this could be a part of RemoteA2aAgent ?