transformers
bb0ee88a - Separate pip command syntax for notebook and CLI tabs in Quickstart (#46243)

Commit
40 days ago
Separate pip command syntax for notebook and CLI tabs in Quickstart (#46243) * Separate package installation syntax for notebook-style (!pip) and CLI-style (pip) tabs of quicktour.md quicktour.md contains separate tabs for setting-up transformers in notebook and CLI environments, but presents notebook-style package installation (exclamation in pip install command) regardless of which tab is selected. This commit keeps the `pip install` commands in the CLI tab and the `!pip install` commands in the notebook tab. * Add comment to remove ! from quicktour.md CLI instructions of using pip * Add comment to remove ! from quicktour.md CLI instructions of using pip (2)
Author
Parents
Loading