Skip to content

Installation removes GPU-Version of Pytorch  #8

Description

@pbecker93

Installing the requirements for the current file, particularly OpenBlas removes any existing PytorchCuda installation and replaces it with a PytorchCPU installation.

Potential fixes:

  • Remove OpenBlas dependency and conda package from requirements - works but only tested with the non-parallelized version of ITPAL, also requires modifying the code
  • Install Pytorch first and tell Conda to ignore the conflict with (--no-update-dependencies) , not tested, not sure what will happen
  • Don't install Pytorch over conda - it is not very clean, and you need to do all the Cuda stuff manually on clusters I guess?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions