Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 991 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 991 Bytes

prime-select for deep learning users on hybrid laptops

What is it?

A modified version of prime-select. It adds an 'hybrid' profile in which the Nvidia GPU is available for tensorflow or pytorch, while the graphics remain on Intel GPU.

It works on Ubuntu 18.04.

Installation

  • Make your installation work with the standard version of prime-select (install cuda drivers, tensorflow, etc.)
  • Replace /usr/bin/prime-select by the version of this repo

Usage

To switch to the hybrid profile:

sudo prime-select hybrid

Other options remain similar to standard prime-select command:

prime-select   nvidia|intel|hybrid|query
    nvidia:   switches to NVIDIA's version of libGL.so
    intel: switches to the open-source version of libGL.so
    hybrid: use intel GPU for display and enables nvidia driver for tensorflow or pytorch
    query: checks which version is currently active and writes
        "nvidia", "intel", "hybrid" or "unknown" to the standard output