Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: togethercomputer/together-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.25
Choose a base ref
...
head repository: togethercomputer/together-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.26
Choose a head ref
  • 5 commits
  • 21 files changed
  • 8 contributors

Commits on Aug 15, 2025

  1. Add language detection test for Hindi audio transcription (#356)

    * Add language detection test for Hindi audio transcription
    
    - Added test_language_detection_hindi() to verify language detection functionality
    - Uses Hindi audio file OSR_in_000_0062_16k.wav from voiptroubleshooter.com
    - Validates that whisper-large-v3 correctly identifies Hindi language as "hi"
    - Test uses verbose_json format to access language metadata
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    * replace url
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Co-authored-by: Sahil Yadav <yadavsahil197@gmail.com>
    3 people authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    f537b08 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Update evaluation API for a wider model support (#360)

    * Update evaluation API for a wider model support
    
    * Add more tests, fix required params in compare
    
    * Update src/together/cli/api/evaluation.py
    
    Co-authored-by: kirahsapong  <102400653+kirahsapong@users.noreply.github.com>
    
    * Update src/together/cli/api/evaluation.py
    
    Co-authored-by: kirahsapong  <102400653+kirahsapong@users.noreply.github.com>
    
    * Update src/together/resources/evaluation.py
    
    Co-authored-by: kirahsapong  <102400653+kirahsapong@users.noreply.github.com>
    
    * Update src/together/resources/evaluation.py
    
    Co-authored-by: kirahsapong  <102400653+kirahsapong@users.noreply.github.com>
    
    * Update src/together/cli/api/evaluation.py
    
    Co-authored-by: kirahsapong  <102400653+kirahsapong@users.noreply.github.com>
    
    * Small changes
    
    * Version update to 1.5.26
    
    ---------
    
    Co-authored-by: kirahsapong <102400653+kirahsapong@users.noreply.github.com>
    VProv and kirahsapong authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    8745e78 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. add fine-tuning job deletion (#363)

    * add deletion
    newokaerinasai authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    eced2af View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Implement multipart upload (#364)

    * implement core multipart upload + test
    
    * fixed whitespaces
    
    * refactor
    
    * Fix multipart name mismatch
    
    * Add test_data/ to gitignore to prevent committing large test files
    
    * Fix
    sbassam authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    0cf374c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. SDK and CLI for model upload (#366)

    * API and CLI for model upload
    
    * Cleaning up the response
    rishabh-bhargava authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    76fc949 View commit details
    Browse the repository at this point in the history
Loading