YummyYum commited on
Commit
c8b90cd
·
verified ·
1 Parent(s): 7573bfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +102 -3
README.md CHANGED
@@ -1,3 +1,102 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # Introduction
5
+ 新模型介绍--待定
6
+ ### Integrated Deployment
7
+ - Out-of-the-box inference scripts with pre-configured hardware and software parameters
8
+ - Released **FlagOS-Nvidia** container image supporting deployment within minutes
9
+ ### Consistency Validation
10
+ - Rigorously evaluated through benchmark testing: Performance and results from the FlagOS software stack are compared against native stacks on multiple public.
11
+
12
+ # Evaluation Results
13
+ ## Benchmark Result
14
+ |Metrics|MiniMax-M2.7-Nvidia-Origin|MiniMax-M2.7-Nvidia-FlagOS|
15
+ |-------|---------------|---------------|
16
+ | | | |
17
+ | | | |
18
+
19
+ # User Guide
20
+ Environment Setup
21
+
22
+ | Item | Version |
23
+ |------------------|----------------------|
24
+ | Docker Version | |
25
+ | Operating System | |
26
+
27
+ ## Operation Steps
28
+
29
+ ### Download FlagOS Image
30
+ ```bash
31
+
32
+ ```
33
+
34
+ ### Download Open-source Model Weights
35
+ ```bash
36
+ pip install modelscope
37
+ modelscope download --model FlagRelease/MiniMax-M2.7-nvidia-FlagOS --local_dir /data/MiniMax-M2.7
38
+ ```
39
+
40
+ ### Start the Container
41
+ ```bash
42
+
43
+ ```
44
+ ### Start the Server
45
+ ```bash
46
+
47
+ ```
48
+
49
+ ## Service Invocation
50
+ ### Invocation Script
51
+ ```bash
52
+
53
+ ```
54
+
55
+
56
+ ### AnythingLLM Integration Guide
57
+
58
+ #### 1. Download & Install
59
+
60
+ - Visit the official site: https://anythingllm.com/
61
+ - Choose the appropriate version for your OS (Windows/macOS/Linux)
62
+ - Follow the installation wizard to complete the setup
63
+
64
+ #### 2. Configuration
65
+
66
+ - Launch AnythingLLM
67
+ - Open settings (bottom left, fourth tab)
68
+ - Configure core LLM parameters
69
+ - Click "Save Settings" to apply changes
70
+
71
+ #### 3. Model Interaction
72
+
73
+ - After model loading is complete:
74
+ - Click **"New Conversation"**
75
+ - Enter your question (e.g., “Explain the basics of quantum computing”)
76
+ - Click the send button to get a response
77
+ # Technical Overview
78
+ **FlagOS** is a fully open-source system software stack designed to unify the "model–system–chip" layers and foster an open, collaborative ecosystem. It enables a “develop once, run anywhere” workflow across diverse AI accelerators, unlocking hardware performance, eliminating fragmentation among vendor-specific software stacks, and substantially lowering the cost of porting and maintaining AI workloads. With core technologies such as the **FlagScale**, together with vllm-plugin-fl, distributed training/inference framework, **FlagGems** universal operator library, **FlagCX** communication library, and **FlagTree** unified compiler, the **FlagRelease** platform leverages the **FlagOS** stack to automatically produce and release various combinations of \<chip + open-source model\>. This enables efficient and automated model migration across diverse chips, opening a new chapter for large model deployment and application.
79
+ ## FlagGems
80
+ FlagGems is a high-performance, generic operator libraryimplemented in [Triton](https://github.com/openai/triton) language. It is built on a collection of backend-neutralkernels that aims to accelerate LLM (Large-Language Models) training and inference across diverse hardware platforms.
81
+ ## FlagTree
82
+ FlagTree is an open source, unified compiler for multipleAI chips project dedicated to developing a diverse ecosystem of AI chip compilers and related tooling platforms, thereby fostering and strengthening the upstream and downstream Triton ecosystem. Currently in its initial phase, the project aims to maintain compatibility with existing adaptation solutions while unifying the codebase to rapidly implement single-repository multi-backend support. Forupstream model users, it provides unified compilation capabilities across multiple backends; for downstream chip manufacturers, it offers examples of Triton ecosystem integration.
83
+ ## FlagScale and vllm-plugin-fl
84
+ Flagscale is a comprehensive toolkit designed to supportthe entire lifecycle of large models. It builds on the strengths of several prominent open-source projects, including [Megatron-LM](https://github.com/NVIDIA/Megatron-LM) and [vLLM](https://github.com/vllm-project/vllm), to provide a robust, end-to-end solution for managing and scaling large models.
85
+ vllm-plugin-fl is a vLLM plugin built on the FlagOS unified multi-chip backend, to help flagscale support multi-chip on vllm framework.
86
+ ## **FlagCX**
87
+ FlagCX is a scalable and adaptive cross-chip communication library. It serves as a platform where developers, researchers, and AI engineers can collaborate on various projects, contribute to the development of cutting-edge AI solutions, and share their work with the global community.
88
+
89
+ ## **FlagEval Evaluation Framework**
90
+ FlagEval is a comprehensive evaluation system and open platform for large models launched in 2023. It aims to establish scientific, fair, and open benchmarks, methodologies, and tools to help researchers assess model and training algorithm performance. It features:
91
+ - **Multi-dimensional Evaluation**: Supports 800+ modelevaluations across NLP, CV, Audio, and Multimodal fields,covering 20+ downstream tasks including language understanding and image-text generation.
92
+ - **Industry-Grade Use Cases**: Has completed horizonta1 evaluations of mainstream large models, providing authoritative benchmarks for chip-model performance validation.
93
+ # Contributing
94
+
95
+ We warmly welcome global developers to join us:
96
+
97
+ 1. Submit Issues to report problems
98
+ 2. Create Pull Requests to contribute code
99
+ 3. Improve technical documentation
100
+ 4. Expand hardware adaptation support
101
+ # License
102
+ 本模型的权重来源于MiniMaxAI/MiniMax-M2.7,以apache2.0协议开源: https://www.apache.org/licenses/LICENSE-2.0.txt。