jyp4rk's Stars
ggerganov/llama.cpp
LLM inference in C/C++
meta-llama/llama-recipes
Scripts for fine-tuning Meta Llama with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization and Q&A. Supporting a number of candid inference solutions such as HF TGI, VLLM for local or cloud deployment. Demo apps to showcase Meta Llama for WhatsApp & Messenger.
microsoft/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
BlinkDL/RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
quark0/darts
Differentiable architecture search for convolutional and recurrent networks
daquexian/onnx-simplifier
Simplify your onnx model
onnx/tutorials
Tutorials for creating and using ONNX models
pytorch/glow
Compiler for Neural Network hardware accelerators
yoshitomo-matsubara/torchdistill
A coding-free framework built on PyTorch for reproducible deep learning studies. 🏆25 knowledge distillation methods presented at CVPR, ICLR, ECCV, NeurIPS, ICCV, etc are implemented so far. 🎁 Trained models, training logs and configurations are available for ensuring the reproducibiliy and benchmark.
ZhangGe6/onnx-modifier
A tool to modify ONNX models in a visualization fashion, based on Netron and Flask.
tfhe/tfhe
TFHE: Fast Fully Homomorphic Encryption Library over the Torus
huawei-noah/VanillaNet
RobustNLP/CipherChat
A framework to evaluate the generalization capability of safety alignment for LLMs
google/heir
A compiler for homomorphic encryption
microsoft/APSI
APSI is a C++ library for Asymmetric (unlabeled or labeled) Private Set Intersection.
NVIDIA/mig-parted
MIG Partition Editor for NVIDIA GPUs
yueyueL/DL-based-Android-Malware-Defenses-review
Papers, code and datasets about deep learning for Android malware defenses and malware detection
aksh-ai/neuralBlack
A Multi-Class Brain Tumor Classifier using Convolutional Neural Network with 99% Accuracy achieved by applying the method of Transfer Learning using Python and Pytorch Deep Learning Framework
apple/live-caller-id-lookup-example
Example service & documentation for Live Caller ID Lookup
ucbrise/piranha
Piranha: A GPU Platform for Secure Computation
corelab-src/elasm
NodLabs/mlir-examples
a simple end to end example of taking a ML graph (TF2 / PyTorch) and running it on a device [cpu, gpu]
zzzxxxttt/pytorch_simple_DARTS
A simple pytorch implementation of Differentiable Architecture Search (DARTS)
fentec-project/neural-network-on-encrypted-data
Demonstrating neural network model applied on encrypted data by using functional encryption
smile-ffg/he-man-tenseal
HE-MAN – Homomorphically Encrypted MAchine learning with oNnx models and TenSEAL
ZeyuThomasLiu/ObliviousMessageRetrieval
djns99/CUDA-Shuffle
ARM-software/ML-restructurable-activation-networks
hukla/MHEGRU
GRU with implemented with MHEAAN
fentec-project/fe-qf-hardware-accelerated
Hardware accelerated quadratic polynomial scheme.