Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 2 3 4 5 [6] 7 8 9 10
 51 
 on: March 21, 2026, 05:05:34 PM 
Started by jackoverfull - Last post by DieHard
Damn... Happy Birthday to me :)

 52 
 on: March 21, 2026, 11:24:37 AM 
Started by jackoverfull - Last post by jackoverfull
Where did the Mac OS 9 on Mac Mini G4 topic go?! Oh well…

As you know sound is stuck to impossibly low levels…Or so it was, thanks to  matouspikous/    MacLegacyLabs and some IA vibe coding!

Here to download the extension: http://macintoshgarden.org/apps/macmini-audio-fix

Seems to work perfectly on my Mac Mini.
I wonder if it works on other unsupported systems too and on lower OS versions.

 53 
 on: March 20, 2026, 04:24:07 PM 
Started by Protools5LEGuy - Last post by Protools5LEGuy
https://oldapplestuff.com/blog/MacinAI-Local/

Quote
MacinAI Local: Building a Model-Agnostic LLM Inference Engine for Mac OS 9

Quote
By: Alex Hoopes | Published: March 19, 2026

How I built a complete AI platform (custom C89 inference engine, BPE tokenizer, AltiVec SIMD optimization, and a Python export pipeline) that runs GPT-2, TinyLlama, Qwen, and any HuggingFace model on a 2002 PowerBook G4.

Quote
Technical Reference

Source Language: C89 (ANSI C), compiled with CodeWarrior Pro 5

Target OS: System 7.5.3 through Mac OS 9.2.2

Target CPUs: Motorola 68000, 68030, 68040; PowerPC G3, G4

Supported Model Architectures:

    LLaMA-family: RMSNorm + SwiGLU + RoPE (LLaMA, Mistral, Qwen, Gemma, TinyLlama, SmolLM, StableLM)
    GPT-2-family: LayerNorm + GeLU + learned pos (GPT-2, OPT, Pythia, GPT-J, Falcon, Phi)

Quantization: Float32, Q8_0 (per-group int8, block size 32)

Custom Model: ~100M parameters, 1.1GB Macintosh training corpus, 5,800+ SFT instruction pairs, DPO refinement

Inference Speed (PowerBook G4 1GHz, Q8): 2.66 tok/sec (0.38s/token) for custom model, 0.63 tok/sec for Qwen 0.5B

Memory Usage (100M Q8 model): ~124MB total (100MB weights, 23MB KV cache, 1MB overhead)

AltiVec Speedup: 6.3x over scalar baseline (demo build), up to 7.3x measured on earlier build

BPE Vocabulary: 8,205 tokens (8,192 BPE + 13 special + command tokens)

 54 
 on: March 20, 2026, 04:16:40 PM 
Started by Protools5LEGuy - Last post by Protools5LEGuy
https://www.youtube.com/watch?v=W0kV_CCzTAM

Quote
This is MacinAI local, a vintage Macintosh AI inference program capable of running a 1.1 billion parameter language model locally on a PowerBook G4 (1GHz, 1GB RAM, Mac OS 9.2) - no internet, no server, no cloud. Just a Mac from 2002 and CDs.

Timestamps:
00:00 - Introduction
01:10 - MacinAI Tool Model (94M param)
04:10 - GPT-2 Model (124M param)
05:10 - SmolLM Model (360M param)
06:45 - Qwen 2.5 Model (500M param)
10:30 - TinyLlama (1.1B param)
33:45 - Conclusion

The inference engine is written entirely in C89 using the Mac Toolbox API, with AltiVec SIMD acceleration for the heavy matrix math. The TinyLlama 1.1B model requires 1.2 GB of weights but the machine only has 1 GB of RAM, so the engine pages transformer layers from the hard drive on demand - 14 layers in memory, 8 streamed from disk per token.

Models demonstrated:

    MacinAI Tool 94M (custom) - 2.86 tok/s
    GPT-2 124M - 2.36 tok/s
    SmolLM 360M Instruct - ~1.5 tok/s
    Qwen2.5 0.5B Instruct - ~2 tok/s
    TinyLlama 1.1B Chat - ~0.1 tok/s (with disk paging)


Able to be shipped on a 2-disc CD set with a custom installer - the first LLM ever distributed on CD (if people actually want it).

Export script supports any HuggingFace model (LLaMA-family, GPT-2-family) to the custom .bin format.

Hardware: PowerBook G4 Titanium 1GHz, 1GB RAM, Mac OS 9.2.2
Detailed implementation and downloads: https://oldapplestuff.com/blog/MacinAI-Local/

#MARCHintosh #RetroComputing #MacOS9 #AI #LLM

 55 
 on: March 18, 2026, 10:00:45 PM 
Started by Knezzen - Last post by torvan
Listened to some of the 8TB of music.  Took most of the day before I had to switch to television in the living room and make dinner. 

 56 
 on: March 16, 2026, 05:07:10 PM 
Started by ac37129 - Last post by n8blz
Bump, I have the exact same question and I can report the Logitech K400 is not recognized by Mouseware in Mac OS 9. The comments on the ‘Garden suggests it needs to have XP or 10.4/10.5 compatibility. Sadly there is no site like Everymac that tracks every Logitech keyboard/trackpad combo ever made…

 57 
 on: March 15, 2026, 09:19:46 AM 
Started by Protools5LEGuy - Last post by Protools5LEGuy
https://www.youtube.com/watch?v=H2OhSCl3lOU

https://figgy.56k.city/tetos/

Quote
TetOS is a custom version of the classic MacOS that uses custom resources and ResEdit to retheme the entire os,
Based on the custom MacOS shown in the music video for Machine Love by Jamie Paige
All assets were custom made by me from scratch
For more information on the technical aspect of how to do this please read my write up over at TinkerDifferent

https://tinkerdifferent.com/threads/customizing-reskinning-classic-macos.4808/

 58 
 on: March 10, 2026, 09:10:19 PM 
Started by Doctorkillbydeath87 - Last post by Doctorkillbydeath87
Yes, I am using the "Mac OS 9.2.2 For Previously Unsupported G4s" image from this post. Thank you, I'll take a look at those tools. The only problem with that may be, I only have one physical HDD; I'm not sure if I will be able to reformat the drive I booted from. Seems like my only option is to install OS9 drivers from Disk Utility during setup but again, I am not given that option!

 59 
 on: March 10, 2026, 08:55:56 PM 
Started by Doctorkillbydeath87 - Last post by davecom
Are you using the Mac OS 9 Lives universal install image? The eMac 1.25 doesn't natively support Mac OS 9 so you need to used the hacked version. I assume since you're posting here that you are though... just a shot in the dark.

You may want to have Tech Tool Pro or Silverlining take a look at the drive. They have their own disk drivers they can install.

 60 
 on: March 10, 2026, 08:01:08 PM 
Started by Doctorkillbydeath87 - Last post by Doctorkillbydeath87
I've been pulling my hair out for the last three nights trying to install OS 9 on my Emac. I've left a 120GB partition for OS9 & installed OSX 10.4 on the remaining space of a 2TB HDD. OSX 10.4 installs and boots absolutely fine. However, I can't seem to get OS9 to take. I have tried a couple different methods (https://macos9lives.com/smforum/index.php?topic=4361.msg35823#msg35823 & https://macos9lives.com/smforum/index.php?topic=4361.msg48487#msg48487) and both end in failure: the OS9 disk utility will not recognize the partition and I am left only with the option to initialize the drive.

I think I may have narrowed down the issue: missing OS9 drivers which should be added when formatting the drive. However, If I format through OS9 I can only utilize 128 GB of the drive total. When I format through OSX disk utility, there is no option when formatting/partitioning to include OS9 drivers.(https://web.archive.org/web/20090621110555/http://support.apple.com/kb/TA20774)

 I have tried using disk utility on 10.3 & 10.4 install media (I can't get previous versions of OSX boot install media to boot). I'm at a standstill right now and hoping someone may have some advice!

Pages: 1 2 3 4 5 [6] 7 8 9 10