Best of GPU2023

  1. 1
    Article
    Avatar of huggingfaceHugging Face·3y

    AI for Game Development: Creating a Farming Game in 5 Days. Part 1

    AI for Game Development: Creating a Farming Game in 5 Days. In this series, we'll be using AI tools to create a fully functional farming game in just 5 days. By the end of the series, you will have learned how you can incorporate a variety of AI tools into your game development workflow.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    WebGPU: Unlocking modern GPU access in the browser

    WebGPU is a new API that unlocks the power of the GPU for faster machine learning performance and better graphics rendering. It is an improvement over WebGL and enables new GPU workloads for rendering and faster ML inference. It was designed for JavaScript first and is easy to learn and use.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Large Language Model from Scratch Using Python

    Learn how to create your own large language model from scratch using Python. Elliot Arledge created this course to teach you about the data handling, mathematical concepts, and transformer architectures that power these linguistic juggernauts. You will learn about train and validation splits, the bigram model, and the critical concept of inputs and targets.

  4. 4
    Article
    Avatar of hnHacker News·3y

    TabbyML/tabby: Self-hosted AI coding assistant

    TabbyML/tabby is an opensource / on-prem alternative to GitHub Copilot. Tabby is still in the alpha phase, with no need for a DBMS or cloud service. The easiest way of getting started is using the docker image: # Create data dir and grant owner to 1000 (Tabby run as uid 1000 in container).

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    nomic-ai/gpt4all: gpt4all: run open-source LLMs anywhere

    GPT4All is an ecosystem to run powerful and customized large language models locally on consumer grade CPUs and any GPU. It allows you to download and plug in 3GB - 8GB GPT4All model files.

  6. 6
    Article
    Avatar of hnHacker News·3y

    Apple unveils M3, M3 Pro, and M3 Max, the most advanced chips for a personal computer

    Apple has unveiled the M3, M3 Pro, and M3 Max chips, which are the most advanced chips for a personal computer. These chips feature groundbreaking technologies, such as a next-generation GPU architecture, faster CPU and Neural Engine, and support for more unified memory. They deliver dramatic performance improvements and unleash new capabilities for Mac devices. The M3 family of chips represents a significant advancement in Apple silicon, with features like Dynamic Caching, hardware-accelerated ray tracing, and mesh shading. The CPU in the M3 family is faster and more efficient than the previous generation, and it supports up to 128GB of unified memory. The chips also have custom engines for AI and video processing, making them ideal for intensive tasks. Overall, the M3, M3 Pro, and M3 Max chips are designed to provide phenomenal performance and power efficiency for the most demanding pro workloads.

  7. 7
    Article
    Avatar of dzDZone·3y

    taichi.js: Painless WebGPU Programming

    The Game The Game of Life is a classic example of a cellular automaton, a system of cells that evolve over time. It was invented by the mathematician John Conway in 1970 and has since become a favorite of computer scientists and mathematicians alike. The full source code of the demo can be found here.

  8. 8
    Article
    Avatar of chromeChrome Developers·3y

    What's New in WebGPU (Chrome 115)

    Supported WGSL language extensions are automatically enabled, so you don’t need to explicitly request one. The Chromium team is working on adding WebGPU support for Direct3D 11. You can now experiment with it locally by running Chrome on Windows with the command-line flags.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    How to Use Hashcat for Password Cracking: A Hacking Guide

    Hashcat is a popular open-source software for cracking passwords. It takes advantage of hardware acceleration from the GPU, which can perform computational tasks more efficiently than a general-purpose CPU. It can test up to millions of password combinations per second during a brute force attack, greatly beyond the capacity of a CPU.

  10. 10
    Article
    Avatar of hnHacker News·3y

    Replacing my best friends with an LLM trained on 500,000 group chat messages

    A model trained on 500,000 group chat messages tl;dr: I trained an uncensored large language model on the college-era group chat that me and my best friends still use. The dataset for this project is, of course, my Group Chat, which has remained active over the past 7 years.

  11. 11
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Setup a Windows Machine for Machine Learning/Deep Learning Using an Nvidia Graphics Card (CUDA)

    How to set up a Windows Machine for Machine Learning/Deep Learning using an Nvidia Graphics Card (CUDA) If you can afford a good Nvidia graphics card, then you can easily use your graphics card for this type of intensive work. A lot of developers use Linux for this, but I do not like Linux as a desktop operating system.

  12. 12
    Article
    Avatar of phoronixPhoronix·3y

    Apple Launches The M2 Pro & M2 Max + New Mac Mini With M2 / M2 Pro

    The Apple M2 Pro delivers up to a 12 core CPU and up to 19 core GPU. The M2 Max extends things further with up to 32GB of unified memory. There is a new Mac Mini at $1299+ featuring the M2 pro chip.