jingyijun's recent timeline updates
jingyijun's repos on GitHub
C++ · 67 watchers
sfSnakePro
基于SFML图形库的贪吃蛇小游戏,2022年春季复旦大学面向对象程序设计课程大作业(个人作业版本)
Go · 57 watchers
MOSS_backend
backend for fastnlp MOSS project
36 watchers
awesome-inspire
一个面向启智平台(Inspire)的 awesome list
C · 18 watchers
ZerOS
A Zig Operating System. Zig 语言的简易操作系统。
Shell · 17 watchers
qz_ssh_starter
6 watchers
slurm-builder
A slurm deb builder based on Github Actions
JavaScript · 5 watchers
FDULabSafetyExamScripts
Tampermonkey 油猴脚本:用于在复旦大学实验室安全考试页面自动匹配/勾选答案,并提供便捷的快捷键操作。
Python · 4 watchers
relay-bench
API 中转站 一站式评测框架
Python · 3 watchers
Inspire-cli
A tool for better use of Inspire platform
Go · 2 watchers
ICS_Y86
A Y86 simulator project for Fudan ICS 2022 Autumn
Python · 1 watchers
ClassicIndex
经典著作语义搜索
1 watchers
JingYiJun
Config files for my GitHub profile.
Go · 1 watchers
rtunnel
在随时断连的websocket上实现可靠的tcp隧道
Python · 0 watchers
ai-fdu.github.io
Assembly · 0 watchers
arch-2025
Rust · 0 watchers
async-runtime
Go · 0 watchers
book_management_system_backend
a backend for Fudan 2023 Spring database course
Python · 0 watchers
CAD_LLM
0 watchers
course_compiler
Course Webpage of COMP130014 Compiler Principles and Techniques @ Fudan University
0 watchers
daily_fudan_actions
daily_fudan的运行器,自动定时执行https://github.com/Limour-dev/daily_fudan_core 的代码
C++ · 0 watchers
DanXi
[Windows / Mac / Android / iOS] Maybe the best all-rounded service app for Fudan University students. 可能是复旦学生最好的第三方校园服务APP。
Kotlin · 0 watchers
DanXi-NG
Next generation DanXi, built with Kotlin & Jetpack Compose.
0 watchers
DanXi-swift
A Swift Reimplementation of DanXi
Python · 0 watchers
FDMJ-tests
Rust · 0 watchers
fdmjc-rs
FDMJ Compiler written in Rust
Python · 0 watchers
FireRedASR
Open-source industrial-grade ASR models supporting Mandarin, Chinese dialects and English, achieving a new SOTA on public Mandarin ASR benchmarks, while also offering outstanding singing lyrics recognition capability.
0 watchers
goAliyunDDNS
阿里云域名动态解析处理golang版
Python · 0 watchers
inspark
Yet Another inspire platform
Python · 0 watchers
InspireSkill
启智平台 (qz.sii.edu.cn) 的 Agent 驾驶舱:skill + CLI,一条命令直达。Agent cockpit for the Inspire ML platform — one command, every operation, straight from chat.
HTML · 0 watchers
jingyijun.github.io
JingYiJun blog, powered by hugo, deployed on Github Pages
0 watchers
lance
Open Lakehouse Format for Multimodal AI. Convert from Parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
0 watchers
lance-data-viewer
Browse Lance tables from your local machine in a simple web UI. No database to set up. Mount a folder and go.
0 watchers
llm_shearing
clone from https://github.com/princeton-nlp/LLM-Shearing
0 watchers
MOSS_frontend
Frontend for the MOSS chatbot.
Go · 0 watchers
raft_example
JavaScript · 0 watchers
ray-sched-pre
Shell · 0 watchers
scripts
个人环境配置脚本备份
Python · 0 watchers
Sequoia
scalable and robust tree-based speculative decoding algorithm
C++ · 0 watchers
sfSnake
an SFML based Snake program forked from https://github.com/jhpy1024/sfSnake. Changed some bugs and warnings.
0 watchers
sglang
SGLang is a fast serving framework for large language models and vision language models.
Vue · 0 watchers
slidev-theme-sii
Go · 0 watchers
SoftwareDesign-2023Fall
Software Design
0 watchers
streamlit
Streamlit — A faster way to build and share data apps.
0 watchers
sync-rs
Dockerfile · 0 watchers
ubuntu-sshd
This project provides a way to create a Docker image based on an official Ubuntu Image with an SSH server (SSHD) enabled
0 watchers
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
Go · 0 watchers
yidun-golang-sdk
jingyijun

jingyijun

🏢  复旦大学
V2EX member #583768, joined on 2022-06-04 09:59:30 +08:00
jingyijun's recent replies
@cxz2536818783 感谢!粗略看感觉确实很匹配我们的需求
@runzhliu
1. 没有专职运维,都是实验室感兴趣的同学兼职运维。所以说运维成本高,沟通学习成本也高。但是现在 HPC 专职运维我们一直在招,没有找到能力匹配且酬金合适的。或许可以了解下专职运维市场行情大概是怎样的?
2. Ceph 我们隔壁实验室在用,确实很劝退。我们也在探索 K8s 。
3. slurm 为什么会误删数据?每个用户应该用的是自己的 linux 账号呀,他没道理能删除系统环境里的东西。
@SorryChen 感谢回复!碎片化、调试这块深受启发,交互式这里我们这个 GPU 机器都是可以直接访问到对应机器的端口的,应该问题不大?不过我还有几个问题想问。
1. 灵活性:我们实际运维中还是会遇到一些同学,希望 apt install 的方式在宿主机上装一些软件,可能是需要 follow 一些工作的时候,确保跟 README 里写的环境匹配上。这个时候容器化环境会更加灵活一些,然而 slurm 看起来就是跟容器不太兼容的,用户还是没有办法随意装一些全局的环境。
2. 容器化:容器环境我感觉也没有那么天书?我们所有的用户 HOME 目录都在共享存储 gpfs 上,所以类似 ~/anaconda 这种目录就很自然跨计算节点共享,如果说用容器化方案,挂载共享存储目录/个人环境打包上传到共享容器库之后,数据应该也不会很容易丢失?
3. 我自己后续可能会做一些基于 k8s 的探索、研究,包括 k8s scheduler for ml batch process system / kuberay 等等,供给实验室 scale up 的实验。然而现在基于 slurm 的平台貌似很难和 k8s 协同管理。我也看到过一些基于 k8s 的和 slurm 同类型的平台例如 Kueue 这种,这是否有一个权衡的方案。
Jan 17, 2025
Replied to a topic by noobma 程序员 tts 怎么把文本合成指定城市的方言语音
tts 很依赖于定制数据,越是小地方的方言越是缺少数据,个人的话很难做。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1322 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 17:15 · PVG 01:15 · LAX 10:15 · JFK 13:15
♥ Do have faith in what you're doing.