torch-ccl icon indicating copy to clipboard operation
torch-ccl copied to clipboard

Inconsistent `version.txt` in `torch_ccl_dev_2.8` branch

Open saforem2 opened this issue 6 months ago • 0 comments

For whatever reason, it seems like this commit:

  • https://github.com/intel/torch-ccl/commit/c27ded5190a6b115ec68c7a8c28f40cfe7f0a32a:

    diff --git a/version.txt b/version.txt
    index feb74ff..994e3f7 100644
    --- a/version.txt
    +++ b/version.txt
    @@ -1 +1 @@
    -2.7.0+xpu
    +2.8.0+xpu
    

never made it onto the torch_ccl_dev_2.8 branch.

If we look at the intel/torch-ccl/blob/torch_ccl_dev_2.8/version.txt, we see it still has 2.7.0+cpu:

  • https://github.com/intel/torch-ccl/blob/torch_ccl_dev_2.8/version.txt

    https://github.com/intel/torch-ccl/blob/348eebd0ae3151f9fa85298297e45b7aa6ea15b7/version.txt#L1

saforem2 avatar Jun 11 '25 17:06 saforem2