You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In proposal #2573 , I have listed several aspects on how we can improve the user experience. In this doc, I will talk about how to improve the project from the user's perspective. As seen in the previous issues, there are mainly four types of problems:
installation failure
documentation is confusing and outdated
example failure
API/function not working well
In this doc, I will mainly talk about the first three points. The last point should have a separate documentation to discuss in detail.
Installation
As many users have encountered strange failure during installation, we want to simplify the installation process. Some actions can be taken:
support runtime kernel build
release on pypi
remove pre-built release on our pypi source
check pypi installation from test-pypi
give clearer error messages
1 and 2 have already been completed, so we will focus on 3-5 to make the installation process easier.
Documentation
The documentation is currently maintained in another repository. However, some problems persist:
documentation is not tested
algolio crawler + search sometimes fails for unknown reasons
documentation release is not updated with the colossalai release
difficult for users to contribute
write tutorials with detailed api doc
Perhaps, it will be better to switch to Read the Docs instead of self-hosted docusaurus.
Proposal
Overview
In proposal #2573 , I have listed several aspects on how we can improve the user experience. In this doc, I will talk about how to improve the project from the user's perspective. As seen in the previous issues, there are mainly four types of problems:
In this doc, I will mainly talk about the first three points. The last point should have a separate documentation to discuss in detail.
Installation
As many users have encountered strange failure during installation, we want to simplify the installation process. Some actions can be taken:
1 and 2 have already been completed, so we will focus on 3-5 to make the installation process easier.
Documentation
The documentation is currently maintained in another repository. However, some problems persist:
Perhaps, it will be better to switch to
Read the Docsinstead of self-hosted docusaurus.Example
For examples, we should do two things:
Future Plan
You can view the progress in Use Experience - Installation/Documentation/Search/etc.
Self-service