{"id":16739463,"url":"https://github.com/williamfalcon/pytorch-gpu-install","last_synced_at":"2025-07-12T07:33:26.204Z","repository":{"id":75973988,"uuid":"113356533","full_name":"williamFalcon/pytorch-gpu-install","owner":"williamFalcon","description":"Instructions for installing pytorch to run on GPU","archived":false,"fork":false,"pushed_at":"2019-09-06T08:46:52.000Z","size":7,"stargazers_count":36,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T22:43:53.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/williamFalcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-06T19:07:19.000Z","updated_at":"2024-12-20T16:49:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a41c994-2730-4ad8-ae18-2c6862c18cbc","html_url":"https://github.com/williamFalcon/pytorch-gpu-install","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/williamFalcon/pytorch-gpu-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2Fpytorch-gpu-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2Fpytorch-gpu-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2Fpytorch-gpu-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2Fpytorch-gpu-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamFalcon","download_url":"https://codeload.github.com/williamFalcon/pytorch-gpu-install/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2Fpytorch-gpu-install/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958192,"owners_count":23689010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T00:51:17.552Z","updated_at":"2025-07-12T07:33:25.837Z","avatar_url":"https://github.com/williamFalcon.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pytorch GPU install instructions    \nAt the end of these instructions you will have:   \n1. A fully working conda environment running pytorch on GPUs\n\n```bash\n# create conda env\nconda create -n torch python=3.6\n\n# activate the created environment\nconda activate torch\n\n# install numpy\npip install numpy\n\n# install torch (cuda 9)\nconda install pytorch torchvision cuda90 -c pytorch\n\n# if cuda 9 fails, install this way using cuda 8 \nconda install pytorch torchvision -c pytorch\nconda install cuda80 -c soumith\n\n# test gpu install\npython -c 'import torch; print(torch.rand(2,3).cuda())'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfalcon%2Fpytorch-gpu-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamfalcon%2Fpytorch-gpu-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfalcon%2Fpytorch-gpu-install/lists"}