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
{"response":" I'm a software developer with a passion for building innovative and user-friendly applications. I have experience in developing web and mobile applications using various technologies such as Java, Python, and JavaScript. I'm always looking for new challenges and opportunities to learn and grow as a developer.\n\nIn my free time, I enjoy reading books on computer science and programming, as well as experimenting with new technologies and techniques. I'm also interested in machine learning and artificial intelligence, and I'm always looking for ways to apply these concepts to real-world problems.\n\nI'm excited to be a part of the developer community and to have the opportunity to share my knowledge and experience with others. I'm always happy to help with any questions or problems you may have, and I'm looking forward to learning from you as well.\n\nThank you for visiting my profile! I hope you find my information helpful and interesting. If you have any questions or would like to discuss any topics, please feel free to reach out to me. I"}
163
184
```
164
-
165
-
### Browser
166
-
This mode allows you to chat with the model using a UI in your browser
167
-
Running the command automatically open a tab in your browser.
168
-
169
-
[skip default]: begin
170
-
171
185
```
172
-
streamlit run torchchat.py -- browser llama3
186
+
{"response":" I'm a software developer with a passion for building innovative and user-friendly applications. I have experience in developing web and mobile applications using various technologies such as Java, Python, and JavaScript. I'm always looking for new challenges and opportunities to learn and grow as a developer.\n\nIn my free time, I enjoy reading books on computer science and programming, as well as experimenting with new technologies and techniques. I'm also interested in machine learning and artificial intelligence, and I'm always looking for ways to apply these concepts to real-world problems.\n\nI'm excited to be a part of the developer community and to have the opportunity to share my knowledge and experience with others. I'm always happy to help with any questions or problems you may have, and I'm looking forward to learning from you as well.\n\nThank you for visiting my profile! I hope you find my information helpful and interesting. If you have any questions or would like to discuss any topics, please feel free to reach out to me. I"}
173
187
```
174
188
175
-
[skip default]: end
176
-
177
-
> [!TIP]
178
-
> For more information about these commands, please refer to the `--help` menu.
189
+
</details>
179
190
180
191
181
192
## Desktop/Server Execution
@@ -449,7 +460,7 @@ you can perform the example commands with any of these models.
449
460
450
461
## Design Principles
451
462
452
-
torchchat embodies PyTorch’s design philosophy [[details](https://pytorch.org/docs/stable/community/design.html)], especially "usability over everything else".
463
+
torchchat embodies PyTorch’s design philosophy [details](https://pytorch.org/docs/stable/community/design.html), especially "usability over everything else".
453
464
454
465
### Native PyTorch
455
466
@@ -490,7 +501,7 @@ link provided in the error to get access.
490
501
If `./scripts/install_et.sh` fails with an error like `Building wheel for executorch (pyproject.toml) did not run successfully` It's possible that it's linking to an older version of pytorch installed some other way like via homebrew. You can break the link by uninstalling other versions such as `brew uninstall pytorch` Note: You may break something that depends on this, so be aware.
491
502
492
503
493
-
### Disclaimer
504
+
## Disclaimer
494
505
The torchchat Repository Content is provided without any guarantees
495
506
about performance or compatibility. In particular, torchchat makes
496
507
available model architectures written in Python for PyTorch that may
0 commit comments