We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f330d0 + c54a7a0 commit 4c43e7cCopy full SHA for 4c43e7c
1 file changed
README.md
@@ -2,7 +2,9 @@
2
3
Fujitsu One Compression (OneComp) is a Python package for LLM compression.
4
5
-This package is currently under development (version 0) and may behave unstably.
+## 📖 Documentation
6
+
7
+Full documentation is available at **[https://FujitsuResearch.github.io/OneCompression/](https://FujitsuResearch.github.io/OneCompression/)**.
8
9
## 📦 Features
10
@@ -71,8 +73,6 @@ print(torch.cuda.is_available())
71
73
72
74
Once PyTorch is installed, you can install `onecomp`:
75
-**for users**
-
76
```bash
77
pip install git+<git repository URL>
78
```
0 commit comments