From 7a89851bc1781d211dd4848a4a1889b46d007a67 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Mon, 28 Apr 2025 08:23:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/upstream/upstream.yaml.=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=80=E6=9C=89=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tzing_t --- src/upstream/upstream.yaml | 99 +++++++++++++++++++++++++++++++++++++- 1 file changed, 98 insertions(+), 1 deletion(-) diff --git a/src/upstream/upstream.yaml b/src/upstream/upstream.yaml index a115629..5038874 100644 --- a/src/upstream/upstream.yaml +++ b/src/upstream/upstream.yaml @@ -105,4 +105,101 @@ users: # Optional, fetch all branches of repos repos_all_branches: - # - https://github.com/apache/spark \ No newline at end of file + - https://github.com/apache/spark + - https://github.com/apache/spark-website + - https://github.com/apache/spark-docker + - https://github.com/pytorch/pytorch + - https://github.com/pytorch/xla + - https://github.com/pytorch/vision + - https://github.com/pytorch/torchrec + - https://github.com/pytorch/text + - https://github.com/pytorch/audio + - https://github.com/pytorch/torcharrow + - https://github.com/pytorch/data + - https://github.com/pytorch/torchtune + - https://github.com/pytorch/torchchat + - https://github.com/pytorch/torchcodec + - https://github.com/pytorch/serve + - https://github.com/pytorch/executorch + - https://github.com/pytorch/torchx + - https://github.com/vllm-project/vllm + - https://github.com/vllm-project/vllm-ascend + - https://github.com/triton-lang/triton + - https://github.com/openhpc/ohpc + - https://github.com/apache/hive + - https://github.com/apache/hbase + - https://github.com/ceph/ceph + - https://github.com/cp2k/cp2k + - https://github.com/QEF/q-e + - https://github.com/wrf-model/WRF + - https://github.com/topics/gfs + - https://github.com/ESCOMP/CESM + - https://github.com/USEPA/CMAQ + - https://github.com/lzccccc/SMOKE + - https://github.com/OpenFOAM/OpenFOAM-dev + - https://github.com/su2code/SU2 + - https://github.com/anmolpanda/QE-GPU + - https://github.com/gromacs/gromacs + - https://github.com/nbcrrolls/namd + - https://github.com/lammps/lammps + - https://github.com/amberframework/amber + - https://github.com/DPDK/dpdk + - https://github.com/lustre/lustre-release + - https://github.com/opencv/opencv + - https://github.com/opencv/opencv_contrib + - https://github.com/huggingface/transformers + - https://github.com/huggingface/diffusers + - https://github.com/huggingface/peft + - https://github.com/huggingface/datasets + - https://github.com/huggingface/accelerate + - https://github.com/huggingface/huggingface_hub + - https://github.com/openai/openai-python + - https://github.com/openai/whisper + - https://github.com/openai/gym + - https://github.com/facebookresearch/llama + - https://github.com/facebookresearch/detectron2 + - https://github.com/lm-sys/FastChat + - https://github.com/chatchat-space/Langchain-Chatchat + - https://github.com/THUDM/ChatGLM-6B + - https://github.com/THUDM/ChatGLM2-6B + - https://github.com/THUDM/ChatGLM3 + - https://github.com/NVIDIA/k8s-device-plugin + - https://github.com/gradio-app/gradio + - https://github.com/streamlit/streamlit + - https://github.com/Stability-AI/stablediffusion + - https://github.com/tensorflow/tensorflow + - https://github.com/keras-team/keras + - https://github.com/PaddlePaddle/Paddle + - https://github.com/kubernetes/kubernetes + - https://github.com/kubernetes/minikube + - https://github.com/Dao-AILab/flash-attention + - https://github.com/microsoft/DeepSpeed + - https://github.com/NVIDIA/Megatron-LM + - https://github.com/NVIDIA/FasterTransformer + - https://github.com/triton-inference-server/server + - https://github.com/modelscope/modelscope + - https://github.com/qemu/qemu + - https://github.com/libvirt/libvirt + - https://github.com/ossf/alpha-omega + - https://github.com/ossf/malicious-packages + - https://github.com/ossf/scorecard + - https://github.com/sgl-project/sglang + - https://github.com/ray-project/ray + - https://github.com/opea-project/GenAIExamples + - https://github.com/opea-project/opea-project.github.io + - https://github.com/opea-project/GenAIStudio + - https://github.com/opea-project/Validation + - https://github.com/opea-project/GenAIInfra + - https://github.com/opea-project/GenAIComps + - https://github.com/opea-project/GenAIEval + - https://github.com/opea-project/docs + - https://github.com/opea-project/Security-Working-Group + - https://github.com/opea-project/DX-Working-Group + - https://github.com/opea-project/artwork + - https://github.com/opea-project/Community-Communications-Working-Group + - https://github.com/opea-project/Research-Working-Group + - https://github.com/opea-project/enduser-public + - https://github.com/opea-project/Evaluation-Working-Group + - https://github.com/opea-project/Working-Groups + - https://github.com/opea-project/Governance + - https://github.com/ai-dynamo/dynamo \ No newline at end of file -- Gitee