HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alanzhuly

no profile record

Submissions

Hyperlink: On-device AI agent that searches and summarizes all your local files

hyperlink.nexa.ai
4 points·by alanzhuly·8개월 전·0 comments

Qwen3-VL-4B and 8B runs locally on NPU, GPU, and CPU with one SDK

nexa.ai
3 points·by alanzhuly·9개월 전·0 comments

We Ran OpenAI GPT-OSS 20B Locally on a Phone

nexa.ai
2 points·by alanzhuly·9개월 전·0 comments

GPT-OSS 20B running on a phone

simonwillison.net
2 points·by alanzhuly·9개월 전·0 comments

Matthew McConaughey says he wants a private LLM on Joe Rogan Podcast

twitter.com
4 points·by alanzhuly·10개월 전·0 comments

How to unify Gemma and Whisper to build a super fast local voice LLM

nexa.ai
2 points·by alanzhuly·2년 전·0 comments

What you can do with tiny (1B/3B) LLMs in a local RAG system?

nexa.ai
1 points·by alanzhuly·2년 전·0 comments

Benchmark GGUF model with ONE line of code

github.com
6 points·by alanzhuly·2년 전·1 comments

Llama.cpp Now Part of the Nvidia RTX AI Toolkit

developer.nvidia.com
13 points·by alanzhuly·2년 전·1 comments

Small Language Models: Survey, Measurements, and Insights

arxiv.org
1 points·by alanzhuly·2년 전·0 comments

Show HN: We built a knowledge hub for running LLMs on edge devices

github.com
13 points·by alanzhuly·2년 전·0 comments

Join Super AI Agent Hackathon at Stanford, Hosted by HuggingFace and Nexa AI

twitter.com
12 points·by alanzhuly·2년 전·0 comments

Show HN: Use functional tokens for AI agents to simplify app workflows

nexa4ai.com
80 points·by alanzhuly·2년 전·10 comments

Google confirms the leaked Search documents are real

theverge.com
275 points·by alanzhuly·2년 전·75 comments

Recovering 4D World from Monocular Video

huggingface.co
3 points·by alanzhuly·2년 전·0 comments

Privacy-Aware Visual Language Models

arxiv.org
3 points·by alanzhuly·2년 전·0 comments

Transformers Can Do Arithmetic with the Right Embeddings

huggingface.co
1 points·by alanzhuly·2년 전·0 comments

Aya 23: Open Weight Releases to Further Multilingual Progress

huggingface.co
2 points·by alanzhuly·2년 전·0 comments

Feds add nine more incidents to Waymo robotaxi investigation

techcrunch.com
23 points·by alanzhuly·2년 전·6 comments

Elon Musk's XAI Secures New Backing from Andreessen Horowitz, Sequoia and Tribe

ft.com
6 points·by alanzhuly·2년 전·4 comments

comments

alanzhuly
·2년 전·discuss
Hi! I am from Nexa AI. We just improved Omnivision-968M based on your feedback! Here is a preview in our Hugging Face Space: https://huggingface.co/spaces/NexaAIDev/omnivlm-dpo-demo

The updated GGUF and safetensors will be released after final alignment tweaks. Please feel free to let us know if there's any other feedback!
alanzhuly
·2년 전·discuss
If we can have this running locally on mobile phone that would be pretty cool. Imagine receiving a work document (for example, product requirement documents), and then this turning it into a podcast to play for me while I am driving. I think my productivity will be through the roof and I don't need to worry about compliance issues.
alanzhuly
·2년 전·discuss
Hi Everyone!

We built an open-sourced tool to benchmark GGUF models with a single line of code. GitHub Link: https://github.com/NexaAI/nexa-sdk/tree/main/nexa/eval

Motivations:

GGUF quantization is crucial for running models locally on devices, but quantizations can dramatically affect model's performance. It's essential to test models post-quantization (how benchmark comes in clutch). But we noticed a couple of challenges:

1. No easy, fast way to benchmark quantized GGUF models locally or on self-hosted servers.

2. GGUF quantization evaluation results in the existing benchmarks are inconsistent, showing lower scores than the official results from model developers.

Our Solution - We built a tool that:

1. Benchmarks GGUF models with one line of code.

2. Supports multiprocessing and 8 evaluation tasks.

3. In our testing, it's the fastest benchmark for GGUF models available.

Example:

Type below in terminal to benchmark Llama3.2-1B-Instruct Q4_K_M quant on the "ifeval" dataset for general language understanding. It took 80 minutes on a 4090 with 4 workers for multiprocessing.

nexa eval Llama3.2-1B-Instruct:q4_K_M --tasks ifeval --num_workers 4

We started with text models and plan to expand to more on-device models and modalities. Your feedback is welcome! If you find this useful, feel free to let us know on GitHub: https://github.com/NexaAI/nexa-sdk/tree/main/nexa/eval
alanzhuly
·2년 전·discuss
Thanks for reporting. We are investigating this issue. Could you help submit an issue to our GitHub and provide a screenshot of the terminal (with pip show nexaai)? This could help us reproduce this issue faster. Much appreciated!
alanzhuly
·2년 전·discuss
Llama3.2 3B feels a lot better than other models with same size (e.g. Gemma2, Phi3.5-mini models).

For anyone looking for a simple way to test Llama3.2 3B locally with UI, Install nexa-sdk(https://github.com/NexaAI/nexa-sdk) and type in terminal:

nexa run llama3.2 --streamlit

Disclaimer: I am from Nexa AI and nexa-sdk is an open-sourced. We'd love your feedback.
alanzhuly
·2년 전·discuss
For anyone looking for a simple alternative for running local models beyond just text, Nexa AI has built an SDK that supports text, audio (STT, TTS), image generation (e.g., Stable Diffusion), and multimodal models! It also has a model hub to help you easily find local models optimized for your device.

Nexa AI local model hub: https://nexaai.com/ Toolkit: https://github.com/NexaAI/nexa-sdk

It also comes with a built-in local UI to get started with local models easily and OpenAI-compatible API (with JSON schema for function calling and streaming) for starting local development easily.

You can run the Nexa SDK on any device with a Python environment—and GPU acceleration is supported!

Local LLMs, and especially multimodal local models are the future. It is the only way to make AI accessible (cost-efficient) and safe.
alanzhuly
·2년 전·discuss
I like the latest qwen2.5 (https://nexaai.com/Qwen/Qwen2.5-0.5B-Instruct/gguf-q4_0/read...). It was just released last week. It is one of the best small langauge models right now according to benchmarks. And it is small and fast!
alanzhuly
·2년 전·discuss
Our models work on both mobile apps and web apps. You can use our model's API, which is flexible and can be integrated with any code.
alanzhuly
·2년 전·discuss
Currently, to modify the defined functions in the model, you can provide us with a description of your desired functions, and we can customize (fine-tune) a model for you.

However, if your use case is similar to the current functions of our model, you might consider using nested functions to leverage our existing capabilities.

Feel free to reach out for further assistance or more specific customization needs.
alanzhuly
·2년 전·discuss
Our models can handle diverse user inputs well and have high accuracy in our benchmark results. Feel free to check it out here: https://huggingface.co/NexaAIDev/Octopus-v2/blob/main/androi...

It can also handle high demand thanks to its lightweight architecture. During our test, our API has 100x more rate limiting than GPT-4o API
alanzhuly
·2년 전·discuss
Our models offer developers faster, cheaper alternative to GPT-4o for implementing function-calling AI agent workflows. Developers can use our model APIs and implement each model's functions to integrate AI agent functionalities into their apps.
alanzhuly
·2년 전·discuss
Does the product support Webflow as well? We are looking for a Mixpanel alternative that can connect both webflow and our own website product.
alanzhuly
·2년 전·discuss
This is really neat. Do you plan to expand this to other sports or activities as well?
alanzhuly
·2년 전·discuss
Beautiful, practice acting when?
alanzhuly
·2년 전·discuss
Octopus V4 proposes a graph of language models approach that creates a network of specialized open-source AI language models, where it acts as the master node coordinating with various domain-specific AI models as worker nodes. It aims to reduce the high computational, data, and energy demands that limit current large language model development and addresses restrictions imposed by proprietary models. In testing, such as the MMLU benchmark, Octopus V4 has achieved scores that suggest it can compete with, and potentially exceed, the performance of proprietary models, thus showing potential to match or surpass proprietary models through a collaborative, open-source approach.

HuggingFace Model: https://huggingface.co/NexaAIDev/Octopus-v4