Buckets:
| #!/usr/bin/env python | |
| import torch, inspect | |
| print("torch", torch.__version__, flush=True) | |
| import flash_attn | |
| print("flash_attn", flash_attn.__version__, flush=True) | |
| import vortex | |
| print("vortex", getattr(vortex, "__version__", "?"), flush=True) | |
| import vortex.ops.attn_interface as ai | |
| src = inspect.getsource(ai) | |
| i = src.find("flash_attn_gpu.fwd") | |
| print("=== attn_interface around fwd call ===") | |
| print(src[max(0, i - 1000):i + 500], flush=True) | |
| import evo2 | |
| print("evo2", getattr(evo2, "__version__", "?"), flush=True) | |
Xet Storage Details
- Size:
- 515 Bytes
- Xet hash:
- dc801e1368ccfea16a6ded602d37353604f4d69c26f44335cb5fb5e2a16a50ec
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.