Views
No views yet

.whl package for your local machine.| File/Folder | Purpose |
|---|---|
build_torch.sh | Script to build PyTorch from source |
install_torch.sh | Script to install the generated Wheel file |
test_torch.sh | Script to test PyTorch import and ROCm status |
fame_torch_freeze.txt | Environment freeze (package versions) |
pytorch-wheel/ | (Optional) Folder containing the .whl file |
MY_WHEELI_NOTES.md | Notes related to the Wheel build |
PyTorch_ROCm_Build_Notes.md | Extended ROCm build notes |
README.md | This document – the Fame Masterplan |
source ~/rocm_env/bin/activatecd fame-pytorch-kit/bash build_torch.sh.whl file will be located in pytorch/dist/.bash install_torch.sh1cd pytorch/dist/
2pip install torch-2.8.0a0+gitc402b3b-cp312-cp312-linux_x86_64.whl
3bash test_torch.sh1python -c "import torch; print(torch.cuda.is_available())"
2python -c "import torch; print(torch.cuda.get_device_name(0))"
3python -c "import torch; print(torch.version.hip)"True, GPU Name, HIP version string..whl صالحة لجهازك المحلي.| ملف/مجلد | الغرض |
|---|---|
build_torch.sh | سكربت لبناء PyTorch من المصدر |
install_torch.sh | سكربت تثبيت ملف Wheel المُولّد |
test_torch.sh | سكربت لاختبار استيراد PyTorch وحالة ROCm |
fame_torch_freeze.txt | تجميد البيئة (إصدارات الحزمة) |
pytorch-wheel/ | (اختياري) المجلد الذي يحتوي على ملف .whl |
MY_WHEELI_NOTES.md | ملاحظات متعلقة ببناء Wheel |
PyTorch_ROCm_Build_Notes.md | ملاحظات بناء ROCm الموسعة |
README.md | هذه الوثيقة - الخطة الرئيسية لـ Fame |
source ~/rocm_env/bin/activatecd fame-pytorch-kit/bash build_torch.sh.whl المُنشأ موجودًا في pytorch/dist/.bash install_torch.sh1cd pytorch/dist/
2pip install torch-2.8.0a0+gitc402b3b-cp312-cp312-linux_x86_64.whl
3bash test_torch.sh1python -c "import torch; print(torch.cuda.is_available())"
2python -c "import torch; print(torch.cuda.get_device_name(0))"
3python -c "import torch; print(torch.version.hip)"True، اسم وحدة معالجة الرسومات، سلسلة إصدار HIP.