Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to launch? #247

Closed
basemaly opened this issue Aug 8, 2023 · 2 comments
Closed

How to launch? #247

basemaly opened this issue Aug 8, 2023 · 2 comments

Comments

@basemaly
Copy link

basemaly commented Aug 8, 2023

Apologies for the basic questions, but as I went through the quickstart, I got stuck at the Load Dataset step, and I can't launch the UI. I'm on Windows 11 and when I ran the following in the terminal:


>from xturing.datasets import InstructionDataset
'from' is not recognized as an internal or external command,
operable program or batch file.

>Playground().launch()
'Playground' is not recognized as an internal or external command,
operable program or batch file.

>ui.bat

>from xturing.ui.playground import Playground
'from' is not recognized as an internal or external command,
operable program or batch file.

>Playground().launch()
'Playground' is not recognized as an internal or external command,
operable program or batch file.

Am I missing a step, or do I need to add xturing to my path or something, even though I'm running it from the xturing directory in the terminal?

@tushar2407
Copy link
Contributor

Hi @basemaly , these all are python commands, in order to run this, you first need to enter python environment in your terminal. You can do so by entering the following command on your terminal:

python

@basemaly
Copy link
Author

basemaly commented Aug 9, 2023

It worked. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants