We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13cac5 commit 3de043fCopy full SHA for 3de043f
README.md
@@ -79,28 +79,23 @@ If you are on Mac:
79
```
80
To install PyTorch. For other system, You'll have to visit their [homepage](https://pytorch.org/) to copy/paste the right command to install.
81
82
-### Ray
+### Libs
83
84
In some lines of code you might see
85
-
86
-```python
87
-from ray import matchbox
+```
+from forgebox.imports import *
88
89
90
-or
+You can do
91
92
-from ray.lprint import lprint
+pip install forgebox
93
94
95
-Yeah, I listened to my friends any named my tool belt ray.
96
97
-Ray is a github repository [here](https://github.com/raynardj/ray)
98
99
### Contact Us
100
101
If you want to be a contributor:
102
103
-mail: ```raynard@rasenn.com```
+mail: ```b2ray2c@gmail.com```
104
105
wechat: 417848506 remark:"python4ml"
106
0 commit comments