snoopy, (edited ) to forumlibre in Je bosse au 4/5 sur les modèles de langage (LLM, parfois appelées IAs) et à 2/5 sur la robotique open hardware AMA
@snoopy@mastodon.zaclys.com avatar

Salut le fédiverse,

@keepthepace_ fait un Demande-moi n'importe quoi sur le @forumlibre

Le thème : les modèles de language et la robotique open hardware. Si ça vous intéresse de découvrir une autre facette que Skynet et la machine à billet,

je vous invite à lire ce poste où il parle de son parcours :
https://jlai.lu/post/6554057

Puis de poser vos questions. Bonne lecture !

Hésitez pas à partager :3

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 in w/ + @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 )

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

#c

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
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. #fedora #linux #pipewire #hdr #PyTorch
https://blogs.gnome.org/uraeus/2024/03/28/fedora-workstation-40-what-are-we-working-on/

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Apparently, there is a PyTorch documentary movie 📽️🍿 that is expected sometime this year 👇🏼

https://www.youtube.com/watch?v=AOXqnURqCUM

ramikrispin, to python
@ramikrispin@mstdn.social avatar

This weekend, on Sunday afternoon non-important facts - the PyTorch name👇🏼

The library was built as a wrapper for the Torch open-source project. Therefore, it was named Torch and, in short, PyTorch.

Torch is a machine-learning library and scientific computing framework based on Lua (I just learned about this language). The Torch library has a deep learning implementation in C, which PyTorch was primarily based on.

The Torch project: http://torch.ch/
Source: Wikipedia

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?

sos, to programming
@sos@mastodon.gamedev.place avatar
_json420, (edited ) to rust
@_json420@fosstodon.org avatar

Truth be told, I haven't had fuck all for time to code in the last like 7 months (ouch!).

But now I do have a decent amount of time, finally. First thing I jumped into was learning cuz now I'm officially on the AI bandwagon.

And I'm very excited to get back into and my "database thing" (which I will elaborate on later).

I sparkle heart coding 💖

aijobs, to ai
@aijobs@mstdn.social avatar
SnoopJ, to random
@SnoopJ@hachyderm.io avatar

it has been only two days since the wacky WSL adventure¹ came to a pause (if not an end), and I have switched gears to debugging a PyTorch problem…

…I kinda miss the wacky WSL adventure, at least I understood the various failures in that bit

¹ https://hachyderm.io/@SnoopJ/111887654410626487

SnoopJ,
@SnoopJ@hachyderm.io avatar

We recently upgraded from 1.8.1 to 2.0.0 and all of a sudden our ONNX exports for one model seem to be broken, we get too many unspecific dimensions if we set dynamic_axes at all on the outputs (i.e. for the batch size)

I have a terrible feeling that this is some kind of change in the tracing JIT, but haven't been able to find a tidy reproducer yet.

textvr, to LLMs German
@textvr@berlin.social avatar

Now again : if you do not want to train your own foundation model, you can patch it with so-called . Benjamin Trim talked about their own open-source adapter micro framework: work on top of and use declarative layers to patch models, context API to store state.

ramikrispin, to python
@ramikrispin@mstdn.social avatar

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

A new crash course for getting started with with by Jeremy Howard 🚀. CUDA is NVIDIA's programming model for parallel computing on GPUs. CUDE is being used by tools such as and other 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

kurtseifried, to random

Welcome to a late-night edition of the , in which @joshbressers picks all of you over his Games Done Quick, where a guy trained his dog to play Gyromite https://nintendo.fandom.com/wiki/Gyromite also we discuss the and why, ultimately, a lot of these security problems are due to efficiency and specialization. https://opensourcesecurity.io/2024/01/28/3303/ TL;DR: We get confused about some details but as usual it's probably mostly correct(ish).

davelester, to random
@davelester@fosstodon.org avatar

A thorough report of a software supply chain attack on the project using self-hosted GitHub runners. “Our exploit path resulted in the ability to upload malicious PyTorch releases to GitHub, upload releases to AWS, potentially add code to the main repository branch, backdoor PyTorch dependencies” https://johnstawinski.com/2024/01/11/playing-with-fire-how-we-executed-a-critical-supply-chain-attack-on-pytorch/

ericjmorey, to machine_learning in GPU-based ODE solvers which are 20x-100x faster than those in #jax and #pytorch
@ericjmorey@programming.dev avatar

Your submission in “GPU-based ODE solvers which are 20x-100x faster than those in and was removed for Testing functions using new Proton UI.

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 , , and in 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

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.

#review #JOSS #FOSS #NeuralNetworks #Python #Jax #PyTorch #TensorFlow #Numpy

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.

gabmus, to linux
@gabmus@fosstodon.org avatar

@oblomov I've been asked today, is (on ) any good these days? I haven't really been into the space for a while.

Also

mwibral,
@mwibral@mastodon.social avatar

@gabmus
I use 5.7 to run , google's (for pymc), and on two vega cards (Vega 64 and Radeon pro WX9100) on arch and ubuntu. They all run Ok, but correct setup needs some googling around, and jax beeds exporting some flags. Situation is much, much better than 2 years ago, though.
@oblomov

techno_news_IL, to Cybersecurity

TorchServe Potentially Exposed to Remote Code Execution

Israeli-based security company Oligo has uncovered multiple vulnerabilities in TorchServe, the tool used to serve PyTorch models, that could allow an attacker to run arbitrary code on vulnerable systems. The vulnerabilities have been promptly fixed in TorchServe version 0.82.

#pytorch #torchserve #cybersecurity #Israel @israel

https://www.infoq.com/news/2023/10/torcheserve-remote-execution/

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