File tree Expand file tree Collapse file tree 2 files changed +2
-33
lines changed Expand file tree Collapse file tree 2 files changed +2
-33
lines changed Original file line number Diff line number Diff line change @@ -101,21 +101,3 @@ We'll be adding more examples as we stabilize and polish functionality!
101
101
## License
102
102
103
103
Monarch is BSD-3 licensed, as found in the [ LICENSE] ( LICENSE ) file.
104
-
105
- ## Meta Internal
106
-
107
- ### Run ` pip install `
108
-
109
- For internal users, make sure activate conda before running ` pip install ` . For
110
- example, using
111
-
112
- ```
113
- source /data/users/$USER/fbsource/genai/xlformers/dev/xl_conda.sh activate torchtitan_conda_prod:latest_conveyor_build
114
- ```
115
-
116
- In addition, you likely need to set up the pip proxy too:
117
-
118
- ```
119
- export http_proxy="http://fwdproxy:8080"
120
- export https_proxy="http://fwdproxy:8080"
121
- ```
Original file line number Diff line number Diff line change @@ -8,28 +8,15 @@ This folder contains some basic examples of using the Monarch API in jupyter not
8
8
` pip install jupyter notebook `
9
9
3 . Run your jupyter notebook: ` jupyter notebook `
10
10
4 . (optiona) In remote settings (as in a devserver), you can also port forward your jupyter notebook to your local machine. e.g.
11
-
12
11
```
13
12
# devserver
14
13
jupyter notebook --no-browser --port=8098
15
14
16
15
#local
17
16
ssh -N -L 8098:localhost:8098 <devserver_address>
18
- ```
19
-
17
+ ````
20
18
5. Open localhost:8098 in your browser to see the jupyter notebook
21
19
20
+
22
21
## Manifest
23
22
* ping_pong.ipynb - Simple hello world with Actor API + Inter Actor Communication
24
-
25
- ## Meta Internal
26
-
27
- ### `ImportError`
28
-
29
- If you run into `ImportError`, it is possible that your conda build does not
30
- have the correct dependencies. You can try to fix this by running the following
31
- command if you do not need torch:
32
-
33
- ```
34
- pip install $(buck build @//mode/opt --show-full-simple-output -c conda_third_party.fbpkg=torchtitan_conda_prod //monarch/python/monarch: monarch_no_torch .whl)
35
- ```
You can’t perform that action at this time.
0 commit comments