-
Notifications
You must be signed in to change notification settings - Fork 3
/
versions.yml
56 lines (40 loc) · 2.27 KB
/
versions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
core:
versions:
latest: null
pybuda:
versions:
latest: null
tt-metalium:
versions:
latest:
additional_cmd: 'pip uninstall -y metal_libs
wget https://github.com/tenstorrent/tt-metal/releases/download/v0.53.0/metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl
pip install --extra-index-url https://github.com/tenstorrent/tt-metal/releases/download/v0.53.0/metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl --force-reinstall
'
v0.53.0:
additional_cmd: 'pip uninstall -y metal_libs
wget https://github.com/tenstorrent/tt-metal/releases/download/v0.53.0/metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl
pip install --extra-index-url https://download.pytorch.org/whl/cpu metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl --force-reinstall
'
v0.52.0:
additional_cmd: 'pip uninstall -y metal_libs
wget https://github.com/tenstorrent/tt-metal/releases/download/v0.52.0/metal_libs-0.52.0+wormhole.b0-cp38-cp38-linux_x86_64.whl
pip install --extra-index-url https://download.pytorch.org/whl/cpu metal_libs-0.52.0+wormhole.b0-cp38-cp38-linux_x86_64.whl --force-reinstall
'
ttnn:
versions:
latest:
additional_cmd: 'pip uninstall -y metal_libs
wget https://github.com/tenstorrent/tt-metal/releases/download/v0.53.0/metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl
pip install --extra-index-url https://download.pytorch.org/whl/cpu metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl --force-reinstall
'
v0.53.0:
additional_cmd: 'pip uninstall -y metal_libs
wget https://github.com/tenstorrent/tt-metal/releases/download/v0.53.0/metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl
pip install --extra-index-url https://download.pytorch.org/whl/cpu metal_libs-0.53.0+wormhole.b0-cp38-cp38-linux_x86_64.whl --force-reinstall
'
v0.52.0:
additional_cmd: 'pip uninstall -y metal_libs
wget https://github.com/tenstorrent/tt-metal/releases/download/v0.52.0/metal_libs-0.52.0+wormhole.b0-cp38-cp38-linux_x86_64.whl
pip install --extra-index-url https://download.pytorch.org/whl/cpu metal_libs-0.52.0+wormhole.b0-cp38-cp38-linux_x86_64.whl --force-reinstall
'