Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Transformerlab App
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
TransformerLab
Transformerlab App
Commits
a07de689
Commit
a07de689
authored
3 months ago
by
ali asaria
Browse files
Options
Downloads
Patches
Plain Diff
remove excessive comments from previous checkin
parent
d18520b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/renderer/components/Connect/LocalConnection.tsx
+8
-9
8 additions, 9 deletions
src/renderer/components/Connect/LocalConnection.tsx
with
8 additions
and
9 deletions
src/renderer/components/Connect/LocalConnection.tsx
+
8
−
9
View file @
a07de689
...
...
@@ -534,17 +534,12 @@ function InstallStepper({ setServer }) {
async
function
checkForPlugins
()
{
setInstallingPlugins
(
true
);
console
.
log
(
'
Startign to check for plugins
'
);
await
fetch
(
'
http://localhost:8338/plugins/install_missing_plugins_for_current_platform
'
);
console
.
log
(
'
call to check for plugins has returned
'
);
setInstallingPlugins
(
false
);
setMissingPlugins
([]);
const
nextStep
=
Steps
.
indexOf
(
'
CHECK_FOR_IMPORTANT_PLUGINS
'
)
+
1
;
console
.
log
(
nextStep
);
setActiveStep
(
Steps
.
indexOf
(
'
CHECK_FOR_IMPORTANT_PLUGINS
'
)
+
1
);
console
.
log
(
'
setting active step to:
'
+
Steps
.
indexOf
(
'
CHECK_FOR_IMPORTANT_PLUGINS
'
)
+
1
)
}
var
stepsFunctions
:
(()
=>
Promise
<
void
>
)[]
=
[];
...
...
@@ -583,7 +578,7 @@ function InstallStepper({ setServer }) {
};
// The following is the a fake step: we are done so we just connect
stepsFunctions
[
7
]
=
async
()
=>
{
console
.
log
(
'
entering step 7
'
)
console
.
log
(
'
entering step 7
'
)
;
tryToConnect
();
};
...
...
@@ -656,10 +651,13 @@ function InstallStepper({ setServer }) {
than a couple minutes.
<
br
/>
<
br
/>
One place where the Python conda installer pauses is when you see "more hidden" on the bottom of the screen. This can take a few minutes.
One place where the Python conda installer pauses is when you
see "more hidden" on the bottom of the screen. This can take a
few minutes.
<
br
/>
<
br
/>
The other part takes takes a while is when you see "Installing collected packages"
The other part takes takes a while is when you see "Installing
collected packages"
</>
)
}
</
Typography
>
...
...
@@ -684,7 +682,8 @@ function InstallStepper({ setServer }) {
This panel starts up and connects to the Transformer Lab Engine on
your local machine. If you have access to a separate computer with a
powerful GPU, use "Connect to Remote Engine" instead.
Active step:
{
activeStep
}
{
/* Active step:{' '}
{activeStep} */
}
</
Typography
>
</
Alert
>
{
installStatus
===
'
error
'
&&
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment