Best of GPUAugust 2022

  1. 1
    Article
    Avatar of hnHacker News·4y

    an open-source GitHub Copilot server

    FauxPilot is an attempt to build a locally hosted version of GitHub Copilot. It uses the SalesForce CodeGen models inside of NVIDIA's Triton Inference Server with the FasterTransformer backend. If you have two NVIDIA RTX 3080 GPUs, you should be able to run the 6B model by putting fauxpilot-triton-1. The container image is governed by the NVIDIA Deep Learning Container License. Don't use it.

  2. 2
    Article
    Avatar of newstackThe New Stack·4y

    Brain.js Brings Deep Learning to the Browser and Node.js

    Brain.js is a JavaScript library for deploying a neural network in the browser or on Node.js. It uses a computer’s GPU (graphics processing unit) for calculations, or pure JavaScript when GPU isn’t available. A lot of deep learning projects will continue to use the likes of TensorFlow or big company platforms like IBM Watson Studio or Google Cloud AI Platform.

  3. 3
    Article
    Avatar of pointerPointer·4y

    Free and Open Source AI Image Upscaler for Linux, MacOS and Windows built with Linux-First philosophy.

    Free and Open Source AI Image Upscaler for Linux, MacOS and Windows built with Linux-First philosophy. Upscayl uses AI models to enhance your images by guessing what the details could be. It uses Real-ESRGAN (and more in the future) model to achieve this.