User Tools

Site Tools


pytorch_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pytorch_installation [2025/06/29 22:14] – created bbruzzopytorch_installation [2025/07/22 19:05] (current) bbruzzo
Line 1: Line 1:
-====== Instalación de Pytorch ======+====== Instalación de PyTorch ======
  
-Realizamos la instalación utilizando pip utilizando un reverse tunnel de ssh para proveer al login node de conexión a red.+===== UPDATE ===== 
 + 
 +En un enviroment, realizar: 
 +<code>python3.9 -m pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/xpu</code> 
 + 
 +<del> 
 +Realizamos la instalación utilizando pip utilizando un reverse tunnel de ssh para proveer al login node de conexión a red.</del>
  
 Partimos de las instrucciones que se encuentran en la [[https://pytorch-extension.intel.com/installation?platform=gpu&version=v2.7.10%2Bxpu&os=linux%2Fwsl2&package=pip | Intel® Extension for PyTorch* Installation Guide]]. Partimos de las instrucciones que se encuentran en la [[https://pytorch-extension.intel.com/installation?platform=gpu&version=v2.7.10%2Bxpu&os=linux%2Fwsl2&package=pip | Intel® Extension for PyTorch* Installation Guide]].
Line 19: Line 25:
 </code> </code>
  
-Asegurarse de tener [[internet_over_ssh#pip|instalado PySocks]] y correctamente seteadas las variables ''$http_proxy'' y ''$https_proxy''.+[[internet_over_ssh|Configurar túnel SSH]]. Instalar [[internet_over_ssh#pip| PySocks]] chequear que las variables ''$http_proxy'' y ''$https_proxy'' estén correctamente seteadas..
  
 Crear un enviroment: Crear un enviroment:
pytorch_installation.1751235281.txt.gz · Last modified: by bbruzzo