Tree: Format
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
7ce46cc2da
commit
65e758e134
1 changed files with 3 additions and 2 deletions
5
start.py
5
start.py
|
|
@ -139,6 +139,7 @@ def migrate_gpu_lib():
|
|||
"The old file has been deleted."
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
subprocess.run(["pip", "-V"])
|
||||
|
||||
|
|
@ -224,8 +225,8 @@ if __name__ == "__main__":
|
|||
|
||||
print(
|
||||
"Successfully wrote your start script options to `start_options.json`. \n"
|
||||
"If something goes wrong, editing or deleting the file will reinstall TabbyAPI "
|
||||
"as a first-time user."
|
||||
"If something goes wrong, editing or deleting the file "
|
||||
"will reinstall TabbyAPI as a first-time user."
|
||||
)
|
||||
|
||||
# Import entrypoint after installing all requirements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue