snakeware
ivy
snakeware | ivy | |
---|---|---|
8 | 17 | |
1,724 | 14,164 | |
-0.1% | 1.1% | |
0.0 | 9.8 | |
over 1 year ago | about 2 months ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
snakeware
- Tulip Creative Computer
- Snakeware – Linux distro with Python userspace inspired by Commodore 64
- The coolest Python projects you've ever seen?
- Snakeware – Linux distro with Python userspace inspired by Commodore 64 (2020)
-
Exploring the idea of a Linux distribution written entirely in Python
It's not Linux, but there is a project called snakeware which is an OS entirely made in python. https://github.com/joshiemoore/snakeware
-
Which FOSS project do you recommend donating to and why?
look at https://github.com/joshiemoore/snakeware where almost everything besides the Linux Kernel will be replaced by Python(They will find a way to init via Python.) Also http.server(a http server python module) and more.
- Vegans of the programming world
ivy
-
Keras 3.0
See also https://github.com/unifyai/ivy which I have not tried but seems along the lines of what you are describing, working with all the major frameworks
-
Show HN: Carton – Run any ML model from any programming language
is this ancillary to what [these guys](https://github.com/unifyai/ivy) are trying to do?
- Ivy: All in one machine learning framework
- Ivy ML Transpiler and Framework
-
[D] Keras 3.0 Announcement: Keras for TensorFlow, JAX, and PyTorch
https://unify.ai/ They are trying to do what Ivy is doing already.
-
Ask for help: what is the best way to have code both support torch and numpy?
Check Ivy.
-
CoreML Stable Diffusion
ROCm's great for data centers, but good luck finding anything about desktop GPUs on their site apart from this lone blog post: https://community.amd.com/t5/instinct-accelerators/exploring...
There's a good explanation of AMD's ROCm targets here: https://news.ycombinator.com/item?id=28200477
It's currently a PITA to get common Python libs like Numba to even talk to AMD cards (admittedly Numba won't talk to older Nvidia cards either and they deprecate ruthlessly; I had to downgrade 8 versions to get it working with a 5yo mobile workstation). YC-backed Ivy claims to be working on unifying ML frameworks in a hardware-agnostic way but I don't have enough experience to assess how well they're succeeding yet: https://lets-unify.ai
I was happy to see DiffusionBee does talk the GPU in my late-model intel Mac, though for some reason it only uses 50% of its power right now. I'm sure the situation will improve as Metal 3.0 and Vulkan get more established.
-
DL Frameworks in a nutshell
Won't it all come together with https://lets-unify.ai/ ?
- Unified Machine Learning
-
[Discussion] Opinions on unify AI
What do you think about unify AI https://lets-unify.ai.
What are some alternatives?
plugsched - Live upgrade Linux kernel scheduler subsystem
ColossalAI - Making large AI models cheaper, faster and more accessible
linux-factory - a framework used to create custom debian linux operating systems
PaddleNLP - Easy-to-use and powerful LLM and SLM library with awesome model zoo.
slag - A whitespace-sensitive syntax for rust
machine-learning-refined - Master the fundamentals of machine learning, deep learning, and mathematical optimization by building key concepts and models from scratch using Python.