pwnagetool-mod-2.2.5 VS neural-engine

Compare pwnagetool-mod-2.2.5 vs neural-engine and see what are their differences.

pwnagetool-mod-2.2.5

A modded version of the iPhone Dev Team's PwnageTool v2.2.5 with support for iPhone OS 2.0 and an updated Cydia bundle. (by george-lim)

neural-engine

Everything we actually know about the Apple Neural Engine (ANE) (by hollance)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pwnagetool-mod-2.2.5 neural-engine
3 20
1 1,866
- -
0.0 5.1
about 3 years ago about 1 month ago
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

pwnagetool-mod-2.2.5

Posts with mentions or reviews of pwnagetool-mod-2.2.5. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-15.

neural-engine

Posts with mentions or reviews of neural-engine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-28.
  • Optimize sgemm on RISC-V platform
    6 projects | news.ycombinator.com | 28 Feb 2024
    yep. they have a neural engine that is separate from the CPU and GPU that does really fast matmuls https://github.com/hollance/neural-engine. it's basically completely undocumented.
  • Apple is adding more and more neural engine cores to their products, is there any way to use them for local LLMs?
    2 projects | /r/LocalLLaMA | 7 Jun 2023
    Looks like the ANE ("Apple Neural Engine") cores are powerful but not as flexible/programmable as the GPU cores. There is no sign that LLM inference is possible with them or ever will be unless Apple either opens up the closed ANE software framework for extensibility or they extend the ANE framework to support modern LLMs themselves. I would not hold my breath.
  • Anthropic’s $5B, 4-year plan to take on OpenAI
    6 projects | news.ycombinator.com | 11 Apr 2023
    If Apple would wake up to what's happening with llama.cpp etc then I don't see such a big role for paying for remote access to big models via API

    Currently a Macbook has a Neural Engine that is sitting idle 99% of the time and only suitable for running limited models (poorly documented, opaque rules about what ops can be accelerated, a black box compiler [1] and an apparent 3GB model size limit [2])

    OTOH you can buy a Macbook with 64GB 'unified' memory and a Neural Engine today

    If you squint a bit and look into the near future it's not so hard to imagine a future Mx chip with a more capable Neural Engine and yet more RAM, and able to run the largest GPT3 class models locally. (Ideally with better developer tools so other compilers can target the NE)

    And then imagine it does that while leaving the CPU+GPU mostly free to run apps/games ... the whole experience of using a computer could change radically in that case.

    I find it hard not to think this is coming within 5 years (although equally, I can imagine this is not on Apple's roadmap at all currently)

    [1] https://github.com/hollance/neural-engine

  • Everything we actually know about the Apple Neural Engine (ANE)
    1 project | /r/apple | 26 Mar 2023
    1 project | /r/programming | 25 Mar 2023
  • What we know about the Apple Neural Engine
    1 project | /r/patient_hackernews | 25 Mar 2023
    1 project | /r/hackernews | 25 Mar 2023
  • Everything we know about the Apple Neural Engine (ANE)
    1 project | /r/hypeurls | 25 Mar 2023
    9 projects | news.ycombinator.com | 25 Mar 2023
    My question too. This semi-answer on the page seems to contradict itself (source: https://github.com/hollance/neural-engine/blob/master/docs/p... ):

    "> Can I program the ANE directly?

    Unfortunately not. You can only use the Neural Engine through Core ML at the moment.

    There currently is no public framework for programming the ANE. There are several private, undocumented frameworks but obviously we cannot use them as Apple rejects apps that use private frameworks.

    (Perhaps in the future Apple will provide a public version of AppleNeuralEngine.framework.)"

    The last part links to this bunch of headers:

    https://github.com/nst/iOS-Runtime-Headers/tree/master/Priva...

    So might it be more accurate to say you can program it directly, but won't end up with something that can be distributed on the app store?

  • Apple VP Bob Borchers says Apple Silicon changed tech industry by pushing for energy efficiency
    1 project | /r/apple | 2 Mar 2023
    Read between their buzzwords. Apple's Neural Engine does nothing for training. It's purely for inference and it still requires the developers to go through their API. If a model uses a type layer Apple doesn't support, it's back to the CPU/GPU.

What are some alternatives?

When comparing pwnagetool-mod-2.2.5 and neural-engine you can also consider the following projects:

checkra1n-twrp - Android automation app for checkra1n in TWRP

Dual-Edge-TPU-Adapter - Dual Edge TPU Adapter to use it on a system with single PCIe port on m.2 A/B/E/M slot

Procursus - Modern *OS Bootstrap

pyllms - Minimal Python library to connect to LLMs (OpenAI, Anthropic, AI21, Cohere, Aleph Alpha, HuggingfaceHub, Google PaLM2, with a built-in model performance benchmark.

Watusi-for-WhatsApp - Your all-in-one tweak for WhatsApp Messenger!

ANECompat - A tool which checks compatibility of CoreML model with Apple Neural Engine

ssl-kill-switch2 - Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS and macOS applications.

pytorch-apple-silicon-benchmarks - Performance of PyTorch on Apple Silicon

PwnageTool-mirror - Mirror of older releases of PwnageTool by iPhone Dev Team

tensorexperiments - Boilerplate for GPU-Accelerated TensorFlow and PyTorch code on M1 Macbook

more-ane-transformers - Run transformers (incl. LLMs) on the Apple Neural Engine.

cnn-benchmarks - Benchmarks for popular CNN models