major, to ai
@major@social.lol avatar

Machine learning and #AI reminds me so much of the early heyday of OpenStack and Kubernetes.

Everything is moving so rapidly that most of the blog posts, videos and other docs no longer apply. 🐇

#machinelearning #pytorch #huggingface

computingnature, to python
@computingnature@neuromatch.social avatar

Spike sorting with #Kilosort in #python w/ #pytorch + @pyqtgraph !
>>> pip install kilosort[gui]

To learn more, check out the paper (https://www.nature.com/articles/s41592-024-02232-7), the docs (https://kilosort.readthedocs.io/en/latest/ by Jacob Pennington), or watch the talk (https://youtube.com/watch?v=LTSmoACr918 by @marius10p )
#neuroscience

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Andrej Karpathy just released a new repo with an implementation of training LLM with pure C/Cude with a few lines of code 🚀. This repo, according to Andrej Karpathy, is still WIP, and the first working example is of GPT-2 (or the grand-daddy of LLMS 😅) 👇🏼

🔗: https://github.com/karpathy/llm.c

#DataScience #llm #deeplearning #machinelearning #c #python #PyTorch

Cfkschaller, to fedora
@Cfkschaller@fosstodon.org avatar

Posted a Fedora Workstation 40 blog post talking about new stuff coming and underway in Fedora WS 40. Hope you enjoy.
https://blogs.gnome.org/uraeus/2024/03/28/fedora-workstation-40-what-are-we-working-on/

mattdm, to random
@mattdm@hachyderm.io avatar

Hey, any Fedora folks out there ( also could include future Fedora people!) with involvement in upstream Pytorch and related development communities? #pytorch

sos, to programming
@sos@mastodon.gamedev.place avatar
aijobs, to ai
@aijobs@mstdn.social avatar
ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Getting started with CUDA! 👇🏼

A new crash course for getting started with #CUDA with #Python by Jeremy Howard 🚀. CUDA is NVIDIA's programming model for parallel computing on GPUs. CUDE is being used by tools such as #PyTorch #tensorflow and other #deeplearning and LLMs frameworks to speed up calculations. The course covers the following topics:
✅ Setting up CUDA
✅ CUDA foundation
✅ Working with Kernel
✅ CUDA with PyTorch

Course 📽️: https://www.youtube.com/watch?v=nOxKexn3iBo

#datascience #machinelearning

koen_hufkens, to python
@koen_hufkens@mastodon.social avatar

Hi Mastodonians, I'm looking for good book recommendations for the lab. This should cover package development and and (GIS).

@Cmastication @leahawasser @nowosad

albertcardona, (edited ) to Java
@albertcardona@mathstodon.xyz avatar

"Introducing the Java Deep Learning Library - JDLL"
https://forum.image.sc/t/introducing-the-java-deep-learning-library-jdll/82255

Can run models from #PyTorch, #TensorFlow, and #Onnx in #FijiSc https://fiji.sc and other java-based image processing open source software like Icy https://icy.bioimageanalysis.org

Code: https://github.com/bioimage-io/JDLL

Paper: "JDLL: A library to run Deep Learning models on Java bioimage informatics platforms"
by Carlos Garcia Lopez de Haro et al. 2023
https://arxiv.org/abs/2306.04796 and also https://www.nature.com/articles/s41592-023-02129-x

#java #DeepLearning #JDLL

fabrice13, to random Italian
@fabrice13@neuromatch.social avatar

During the holidays, i.e. from the 23rd to the 7th, I will not work.
I'd like to continue playing with the and some but it's really for pleasure.
I will read some stuff about brains and perception but it'll be Ed Yong's "An Immense World", and perhaps McCulloch and Ashby.
Also, I'm finishing Dune.

If you too have the "privilege" of taking a break, what are you up to?

mstimberg, to foss
@mstimberg@neuromatch.social avatar

Hi, I am looking for reviewers for the following submission to @joss:

“Φ-ML: A Science-oriented Math and Neural Network Library for Jax, PyTorch, TensorFlow & NumPy”

Repo: https://github.com/tum-pbs/PhiML
Paper: https://github.com/openjournals/joss-papers/blob/joss.05823/joss.05823/10.21105.joss.05823.pdf
Pre-review: https://github.com/openjournals/joss-reviews/issues/5823

JOSS publishes articles about open source research software. It is a free, open-source, community driven and developer-friendly online journal. JOSS reviews involve downloading and installing the software, and inspecting the repository and submitted paper for key elements

Please reach out if you are interested in reviewing this paper or know one who could review this paper.

cpbotha, to apple
@cpbotha@emacs.ch avatar

Charl's log, Earth date Thursday 2023-12-14:

  • Trying to live the single-(usbc)-cable-dream at work as well by going through my old thinkpad dock: mac to dock via usbc, dock to Delly U2713HM DisplayPort. However, DP to DP connection from dock to old Dell U2713HM display only sometimes flickers on and often not. usbc to DP from dock is solid. DP-DP cable is extremely sus. Work has ordered new DP-DP cable and I'm crossing my fingers. Singel cable life is fun.
  • Again discovered how unbelievably badly macOS renders fonts on resolutions that Apple believes to be too low, in this case my Dell Ultrasharp 27" at 2560x1440 aka QHD at work. Microsoft and Windows do an absolutely great job on exactly the same hardware, and fonts look great.
  • BTW, although macOS does marginally better on my 32" 4K Dell IPS display at home, here Windows even further increases its font rendering dominance with fractional scaling and cleartype.
  • As is often the case with Apple, there is a (paid) third-party software tool that works around their attempts to improve matters, namely BetterDisplay: https://github.com/waydabber/BetterDisplay
  • As I wrote in my notes some years ago when this became apparent, this is just the company's philosophy. They want to control all the hardware. They will begrudgingly let you use some third party displays, but they pick their battles to look good. In this case, it does feel quite user-hostile.
  • Ran into a M1-specific bug in the ruff vscode extension, where the arm64 extension build bundles the x86_64 ruff binary. Worked-around, and then reported at https://github.com/astral-sh/ruff-vscode/issues/364
  • Finally got around to write the quickstart for org-roam-similarity. Enthusiasts will hopefully be able to get it going! https://github.com/cpbotha/org-roam-similarity
  • I've been looking at Apple's MLX machine learning / array framework for Apple Silicon https://github.com/ml-explore/mlx as well as at CoreML because I'm curious whether this will give me faster Jina AI embeddings inference on the M1 than I'm currently getting with the PyTorch MPS backend, which is muuuuuch slower on this M1 Pro 10C / 16C GPU / 16C neural than PyTorch CUDA on my oooold GeForce RTX2070 with 8GB.

#lifelog #apple #usbc #pytorch #orgroam

chrisoffner3d, to ArtificialIntelligence

Apple just released MLX, their own machine learning framework for Apple Silicon. 🔥

https://github.com/ml-explore/mlx

ramikrispin, to gpt
@ramikrispin@mstdn.social avatar

The PyTorch foundation released a few days ago gpt-fast - an example of a native code for transformer text generation 🚀. This example demonstrates a simple and efficient approach for running models with less than 1000 lines of code, introducing the following features :
✅ Low latency ⏩
✅ Native PyTorch code - no other dependencies 🎯
✅ Supports Nvidia and AMD GPUs 😎
✅ Tensor parallelism ⌛️

Resources 📚
Blog post: https://pytorch.org/blog/accelerating-generative-ai-2/
Code: https://github.com/pytorch-labs/gpt-fast

everythingopen, to opensource
@everythingopen@fosstodon.org avatar

Good morning everyone! The for closes this Sunday, November 19, AoE (anywhere on Earth).

We know that means you're probably just starting to write your proposal right now 😎 so we wanted to give you the motivation for that last push ✨ ✍️

If you love , 🐧, :raspberrypi:, , , 🦠, 📚, , , and stuff like or , then we'd love to see!

https://2024.everythingopen.au/programme/proposals/

everythingopen, (edited ) to opensource
@everythingopen@fosstodon.org avatar

Do you work with and tools like , , @huggingface or tools like @OpenRefine?

Then we'd love to hear about your projects - submit to , happening in , tropical next April.

https://2024.everythingopen.au/programme/proposals/

mahmoud, to ZigLang
@mahmoud@qoto.org avatar

Today in zerover (https://0ver.org) news, joins the 0verusers.

Also, notable emiriti surpassed in stars. Truly, is dead and ⁠ is the future.

Featured 0ver users: MAME (https://github.com/mamedev/mame) and ReactOS (https://github.com/reactos/reactos), both fast approaching 30 years of 0veruse!

DomeGIS, to Transformers

𝐆𝐮𝐞𝐫𝐢𝐥𝐥𝐚 𝐒𝐞𝐦𝐚𝐧𝐭𝐢𝐜 𝐒𝐞𝐚𝐫𝐜𝐡 𝐓𝐮𝐭𝐨𝐫𝐢𝐚𝐥 🔎

Create an open source semantic search web app for the Services Catalogue:

📦 Mine data
📝 Chunk and index the documents
🖋️ Write a static web app
🚀 Host for free on GitHub pages

⭐ Lots of practical tricks. Built with , , , .js, .js.

𝐓𝐮𝐭𝐨𝐫𝐢𝐚𝐥: https://geo.rocks/post/semantic-search-tutorial/
𝐆𝐢𝐭𝐇𝐮𝐛 repo with Jupyter Notebook: https://github.com/do-me/copernicus-services-semantic-search
𝐖𝐞𝐛 𝐚𝐩𝐩: https://do-me.github.io/copernicus-services-semantic-search/

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Create a Large Language Model from Scratch with Python Tutorial 👇🏼

Another fun tutorial from freeCodeCamp, focusing on building LLM model from scratch with Python. It covers topics such as:
✅ Handling and processing text
✅ Core PyTorch functions for text
✅ Basic language models
✅ Advance methods
✅ Working with GPUs

Video 📽️: https://www.youtube.com/watch?v=UU1WVnMk4E8

alatitude77, to Amd
@alatitude77@mastodon.social avatar
gregorni, to ai
@gregorni@fosstodon.org avatar

PyTorch now supports AMD graphics cards as well (at least some select ones)!! This is huge news, because it means AI and ML development can now be pleasant on an AMD GPU as well! It even seems AMD is treating Linux as first class citizen on this one!

AMD ROCm + PyTorch Now Supported With The Radeon RX 7900 XTX – https://www.phoronix.com/news/RX-7900-XTX-ROCm-PyTorch

AlgoCompSynth, to random
@AlgoCompSynth@ravenation.club avatar
nopatience, to machinelearning
@nopatience@swecyb.com avatar

I only just today, for the first time, experienced @huggingface and their models, pipelines etc.

Completely new to all this, but holy heck. Having spent some time installing PyTorch and then running one of their pipelines I got my very first result back and holy heck.

I feel... all jittery :-D

And this was all for free. It seems... like it shouldn't be possible.

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Audiocraft is a new Python library for audio processing and generation with deep learning by Meta. It is based on PyTorch, and it provides AI generative models for producing high-quality audio and includes the following applications:
➡️ MusicGen: controllable text-to-music model.
➡️ AudioGen: text-to-sound model.
➡️ EnCodec: high fidelity neural audio codec.
➡️ Multi Band Diffusion: An EnCodec compatible decoder using diffusion.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • cubers
  • cisconetworking
  • osvaldo12
  • magazineikmin
  • Youngstown
  • thenastyranch
  • rosin
  • slotface
  • Durango
  • mdbf
  • khanakhh
  • megavids
  • tacticalgear
  • InstantRegret
  • normalnudes
  • modclub
  • ngwrru68w68
  • everett
  • GTA5RPClips
  • ethstaker
  • anitta
  • Leos
  • tester
  • provamag3
  • lostlight
  • All magazines