Giter Site home page Giter Site logo

ml-in-a-box's Introduction

ML-in-a-box

This repository contains details for the Paperspace ML-in-a-box environments. Paperpsace supports both Ubuntu 22.04 and Ubuntu 20.04, each in separate directories.

Ubuntu 22.04 version is required for H100 machines and recommended for A100s. Ubuntu 20.04 version is recommended for any other machine type available on Paperspace.

These distinctions are mainly due to Nvidia driver versions needed for different generations of Nvidia hardware.

These templates can be used to spin up a Core Machine on Paperspace.

ml-in-a-box's People

Contributors

colin-welch avatar cwetherill-ps avatar joshua-paperspace avatar nmb-paperspace avatar sanfilip avatar tgajewski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ml-in-a-box's Issues

Possible to bundle Ollama?

Hi,

I'm one of the maintainers of Ollama. We'll be releasing an official Linux build with Nvidia GPU support out of the box.

Would this be something of interest?

Any particular reason for the removal of Conda?

I'll admit that I'm not the biggest fan of Conda either, but in light of the fact that there are so many open-source LLMs out there that swear by conda as as a more efficient means of fine tuning models (vs running the explicit commands), this seems to be a godsend on that front.

Perhaps there's something that I'm missing. Because I was planning on downloading conda purely for the sake of convenience when running the appropriate code to fine tune the model once its been put up in the air.

Is this safe? Are there any latent issues (code-based, legal or otherwise), that you all came across that prompted you to remove conda? If so, please let me know! I'd appreciate that so much.

Thank you.

Is there a way to upgrade Cuda drivers installed?

I am getting the following warning:

UserWarning: CUDA initialization: The NVIDIA driver on your system is too old (found version 11070). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. (Triggered internally at ../c10/cuda/CUDAFunctions.cpp:108.)

New MLiaB PyTorch is compiled for CUDA 11.6

The new MLiaB is CUDA 11.7 but the PyTorch 1.12.1 is compiled for CUDA 11.6.

This is an artifact of the time between when the MLiaB Docker was created and the current PyTorch 1.13.1 which defaults to 11.7.

Code that has strict checking for this may fail, e.g.,

Exception: Installed CUDA version 11.7 does not match the version torch was compiled with 11.6, unable to compile cuda/cpp extensions without a matching cuda version.

In this case it was solved by upgrading torch to 1.13.1, but we are noting the issue here as a generic case.

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.