Sean Dove
@dove_sean
Developer at @BlueFidelity
ID: 2252870806
30-12-2013 21:03:51
5,5K Tweet
29 Followers
63 Following
Swift Enums Design Systems Implement design systems with progressive disclosure — utilise the Swift type system for simple, customisable SwiftUI components If you’ve worked on any large development projects, you’ll likely have encountered a… #Programmers betterprogramming.pub/swift-enums-de…
7 Ways To Speed Up Inference of Your Hosted LLMs TLDR; techniques to speed up inference of LLMs to increase token generation speed and reduce memory consumption: mixed-precision, Bfloat16, quantization, fine-tuning with adapters, pruning, … #Programmers betterprogramming.pub/speed-up-llm-i…
How to Supplant Yourself With a Fine-tuned LLM Create a Clone of Yourself With a Fine-tuned LLM Unleash your digital twin Image generated by MidjourneyThis article aims to illustrate how to fine-tune a top-performing LLM efficiently and … #Programmers betterprogramming.pub/unleash-your-d…
Writing Swift-Friendly Kotlin Multiplatform APIs — Part 1 Learn how to code libraries that your iOS teammates will not frown upon using. This is the first chapter in the series A photo-realistic illustration of a Google Android contemplating… #Programmers betterprogramming.pub/writing-swift-…