V2EX Azure99
 Azure99's recent timeline updates
Azure99's repos on GitHub
C# 362 watchers
GenshinPlayerQuery
根据原神uid查询玩家信息(基础数据、角色&装备、深境螺旋战绩等)
Java 269 watchers
RainngCourse
学生课程管理系统, 期末课设, 使用Vue.js + SpringBoot
Python 176 watchers
BlossomLM
A powerful, open-source large language model, including the training data.
C# 67 watchers
OpenJudger
A lightweight, high-performance, universal program judger supporting multiple languages, special judge and SQL judge.
Java 31 watchers
AlgContestInfo
近期算法竞赛信息爬虫, 支持Codeforces/LeetCode/牛客网/洛谷等常见OJ
Python 28 watchers
BlossomData
A fluent, scalable, and easy-to-use LLM data processing framework.
Javascript 28 watchers
osu-download-booster
Provide a near-original, fast and stable way to download osu! beatmap
C# 24 watchers
RssToKindle
个性化抓取RSS资讯, 生成易于阅读的文档并推送到Kindle
C# 22 watchers
EasyFPSViewer
A viewer for Freeproblemset.
8 watchers
WinHustOJ
Portable HustOJ for Windows https://github.com/zhblue/hustoj
Java 7 watchers
JerryFramework
Simple, self-hosted, convention-over-configuration Java Web Framework.
Python 5 watchers
androidctl
A Playwright-like CLI for Android automation, built for AI agents.
C# 4 watchers
AutoACMachine
真*自动AC机
Go 4 watchers
cvm-blaster
Automatically create/destroy/backup/restore tencent cvm instance.
4 watchers
GFW_White_Domain
大陆域名白名单
C# 3 watchers
sdnuoj
Online Judge System for Shandong Normal University
2 watchers
azure99-mania
My osu! mania skin
C# 2 watchers
freeproblemset
freeproblemset is a standard for acm-icpc contest problem storage in xml
Python 1 watchers
EasyDeL
Accelerate, Optimize performance with streamlined training and serving options with JAX.
C# 1 watchers
Navicat_Keygen
A keygen for Navicat
Python 1 watchers
skill-creator
Another Agent-Skill Creator & Reviewer
0 watchers
abcd
Javascript 0 watchers
AndroidAceEditor
Ace editor for use in android apps
Python 0 watchers
bce-qianfan-sdk
Provide best practices for LMOps, as well as elegant and convenient access to the features of the Qianfan MaaS Platform. (提供大模型工具链最佳实践,以及优雅且便捷地访问千帆大模型平台)
0 watchers
Clash.Meta
A rule-based tunnel in Go.
0 watchers
claude-code-source
claude code source map v2.1.88
0 watchers
cloudflare
0 watchers
copilot-analysis
C++ 0 watchers
dlssg-to-fsr3
Adds AMD FSR3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg).
Shell 0 watchers
Docker-DocumentServer
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
0 watchers
dps
:tangerine: a way to make skeleton screen, 一种自动生成网页骨架屏的方式
0 watchers
hueman
Hueman WordPress theme is one of the best rated theme for blogs and magazines on WordPress.org. Powers 70k+ websites around the world.
Javascript 0 watchers
hustoj-1
Popular Open Source Online Judge based on PHP/C++/MySQL/Linux for ACM/ICPC and NOIP training, with easy installation. 开源OJ系统
0 watchers
JustTrustMe
An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
Python 0 watchers
lilac
Curate better data for LLMs
Python 0 watchers
LLaMA-Factory
Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)
0 watchers
moonlight-android
GameStream client for Android
0 watchers
MyPAC
自用
0 watchers
nas-tools
NAS媒体库资源归集、整理自动化工具
0 watchers
shadowsocksr-android
A ShadowsocksR client for Android
0 watchers
stairspeedtest-reborn
Proxy performance batch tester based on Shadowsocks(R) and V2Ray
C# 0 watchers
steam-deck-tools
(Windows) Steam Deck Tools - Fan, Overlay, Power Control and Steam Controller for Windows
0 watchers
transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
0 watchers
virtual-dsm
Virtual DSM in a docker container.
0 watchers
worker-vllm
The RunPod worker template for serving our large language model endpoints. Powered by vLLM.
0 watchers
Xiaomi_Kernel_OpenSource
Xiaomi Mobile Phone Kernel OpenSource
Azure99

Azure99

V2EX member #296249, joined on 2018-03-03 18:28:27 +08:00
Per Azure99's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
Azure99's recent replies
RAID 是冗余,是高可用方案,不是备份。即使你用 raid1 ,也要定期备份。
安利一下自己用了很久的方案,强推 backrest ,再结合 openlist 挂载网盘,可以低成本做到增量加密备份。
https://www.rainng.com/backrest-openlist-backup/
Dec 2, 2024
Replied to a topic by fid Local LLM 8x4090 离线部署 Qwen2.5 求助
lmdeploy≈sglang>vllm ,个人偏好是这样
Jul 30, 2024
Replied to a topic by Azure99 Local LLM 分享一下自己训练的大模型
@japhetJiu 你说的这些主要是用于部署推理服务,并通过 RAG 框架调用。KoboldCPP (推理框架)、HF 的模型(模型权重 通常是对齐后的模型,一般带有 Chat 或者 Instruct 字眼)、AnythingLLM ( RAG 框架)。

如果希望训练自己的模型(假设你是做微调,就是让预训练模型从只会续写文本变得"会说人话"),应该找一个训练框架,比如 ms swift 、llama factory 、xtuner ;再去 HF 下载预训练模型(没有经过对齐的 通常带有 Base 字眼,或者没有 Chat 等字眼);并且找一些数据集进行微调。上面列举的框架基本都有简单教程和数据集,当然如果你愿意用我的数据集,那就更好了。
建议不要打着分享创造的名义发推广贴(尤其是标题党+商业行为),直接套一个 text2image 能算是创意?
Huggingface 上大把效果不错的模型,用心找一个好点的不行么。
放个之前搞的 demo ,https://huggingface.co/spaces/Azure99/blossom-playground-v2.5 ,没有因为媳妇的一句话就开发,也没有会员订阅,也没有使用限制
![.jpg]( https://s2.loli.net/2024/07/29/NKO6hsUI1CFyMm3.jpg)
你认为字符串""和 None 语义一样么?很显然是不一样的,""是一个空字符串,而 None 不表示任何数据。
所以 2 楼就是优解,如果它是空的,那么返回空 list ,如果有异常,直接抛出异常。不要返回 None 。
Jul 26, 2024
Replied to a topic by Azure99 Local LLM 分享一下自己训练的大模型
@japhetJiu 第一个问题已经回复过了
对于第二个问题,因为硬件资源的限制,这个 demo 是 4bit 量化后的,精度下降比较严重。
可以用 HF 上的 demo https://huggingface.co/spaces/Azure99/Blossom-34B-Demo ,不量化太狠是非常容易解决这个问题的。
https://imgur.com/qDdfX18
如果我掏出 Map<String, Map<String, Object>>,阁下又该如何应对?
您找的是不是:snowflake
Jun 6, 2024
Replied to a topic by wencan 程序员 想白嫖点大模型的 api
没必要,langchain 适合做实验的时候快速的把想法跑起来,以及对比各种同类组件的效果。上生产还是自己写最舒服灵活,另外 langchain 经常有破坏性变更/bug ,所以不建议。
About     Help     Advertise     Blog     API     FAQ     Solana     834 Online   Highest 6679       Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 36ms UTC 21:24 PVG 05:24 LAX 14:24 JFK 17:24
Do have faith in what you're doing.
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86