Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions exo/topology/device_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ def to_dict(self):
"NVIDIA A800 80GB SXM": DeviceFlops(fp32=19.5*TFLOPS, fp16=312.0*TFLOPS, int8=624.0*TFLOPS),
# ... add more devices if needed ...
### AMD GPUs
# Valve Steam Deck
"AMD Custom GPU 0405": DeviceFlops(fp32=1.638*TFLOPS, fp16=3.277*TFLOPS, int8=6.552*TFLOPS),
# RX 6000 series
"AMD Radeon RX 6900 XT": DeviceFlops(fp32=23.04*TFLOPS, fp16=46.08*TFLOPS, int8=92.16*TFLOPS),
"AMD Radeon RX 6800 XT": DeviceFlops(fp32=20.74*TFLOPS, fp16=41.48*TFLOPS, int8=82.96*TFLOPS),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"transformers==4.46.3",
"uuid==1.30",
"uvloop==0.21.0",
"tinygrad @ git+https://github.com/tinygrad/tinygrad.git@ec120ce6b9ce8e4ff4b5692566a683ef240e8bc8",
"tinygrad @ git+https://github.com/tinygrad/tinygrad.git@b6fe5ab4dd11609ab8e8dd4cec9c6fa5cfe89bf7",
]

extras_require = {
Expand Down