Coder Social home page Coder Social logo

Cuda 11.6 deprecated about torch HOT 2 OPEN

AGPatriota avatar AGPatriota commented on June 26, 2024
Cuda 11.6 deprecated

from torch.

Comments (2)

dfalbel avatar dfalbel commented on June 26, 2024 1

LibTorch is very finicky to support older CUDA versions (actually also for newer versions too) so we have a very small range of versions supported.

I recommend installing torch using the pre-buiilt binaries from. Those bundle CUDA and CUDNNN versions required by torch, so you don't need to manage a CUDA installation.

You can install them with somehting like:

kind <- "cu118"
version <- "0.12.0"
options(repos = c(
  torch = sprintf("https://torch-cdn.mlverse.org/packages/%s/%s/", kind, version),
  CRAN = "https://cloud.r-project.org" # or any other from which you want to install the other R dependencies.
))
install.packages("torch", type = "binary")

from torch.

AGPatriota avatar AGPatriota commented on June 26, 2024

I got it with:

install.packages("https://cran.r-project.org/src/contrib/Archive/torch/torch_0.11.0.tar.gz", repos = NULL, type = "source")

It is installing the additional packages.

require('torch')
Carregando pacotes exigidos: torch
ℹ Additional software needs to be downloaded and installed for torch to work correctly.
Do you want to continue? (Sim/não/cancelar) Sim
tentando a URL 'https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcu116.zip'

I have to change my GPU.

Thanks

from torch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.