Skip to content

Conversation

@msaroufim
Copy link
Member

@msaroufim msaroufim commented Jun 13, 2024

For local binaries pip install .

  Created wheel for torchao: filename=torchao-0.3.0-py3-none-any.whl size=210859 sha256=eafc2d9a34b457c1a5ddd802fde99469dc6aa9fbdbbdec33d23e50d77217e444
  Stored in directory: /tmp/pip-ephem-wheel-cache-btg7wdte/wheels/98/63/17/f0c8348dc6feec64a509f5107bbf0075300ccb8e8619b8a8b0
Successfully built torchao
Installing collected packages: torchao
Successfully installed torchao-0.3.0
(ao) [marksaroufim@devgpu003.cco3 ~/ao (msaroufim/__version__)]$ python
Python 3.10.14 (main, May  6 2024, 19:42:50) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torchao
torchao.__vers>>> torchao.__version__
'0.3.0'

For release binaries

(ao) [marksaroufim@devgpu003.cco3 ~]$ pip install https://download.pytorch.org/whl/test/cu121/torchao-0.3.0%2Bcu121-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl^C
(ao) [marksaroufim@devgpu003.cco3 ~]$ pip uninstall torchao^C
(ao) [marksaroufim@devgpu003.cco3 ~]$ python
Python 3.10.14 (main, May  6 2024, 19:42:50) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>     from importlib.metadata import version
  File "<stdin>", line 1
    from importlib.metadata import version
IndentationError: unexpected indent
>>> from importlib.metadata import version
>>> version("torchao")
'0.3.0+cu121'

@pytorch-bot
Copy link

pytorch-bot bot commented Jun 13, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/359

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit d2ca139 with merge base eae864c (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 13, 2024
Copy link
Member

@joecummings joecummings left a comment

Choose a reason for hiding this comment

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

Thnx for the quick fix!

@msaroufim msaroufim merged commit 8841094 into main Jun 13, 2024
supriyar pushed a commit that referenced this pull request Jun 14, 2024
* Add torchao.__version__

* push
yanbing-j pushed a commit to yanbing-j/ao that referenced this pull request Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants