Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorial-llm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
ai-toolkit
tutorial-llm
Merge requests
!1
Init
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Init
init
into
main
Overview
0
Commits
30
Pipelines
16
Changes
2
Open
Sharat Patil
requested to merge
init
into
main
3 months ago
Overview
0
Commits
30
Pipelines
16
Changes
2
Expand
0
0
Merge request reports
Viewing commit
a672c52d
Prev
Next
Show latest version
2 files
+
3
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
a672c52d
fix
· a672c52d
Sharat Patil
authored
2 months ago
api_writer/test_ui.py
+
1
−
1
Options
@@ -102,7 +102,7 @@ def update_selection(selected_values):
@@ -102,7 +102,7 @@ def update_selection(selected_values):
return
[
selected_values
[
-
1
]]
return
[
selected_values
[
-
1
]]
return
selected_values
return
selected_values
description
=
open
(
"
description.md
"
).
read
()
description
=
open
(
"
api_writer/
description.md
"
).
read
()
rating_dict
=
{
"
👍
"
:
1
,
"
👎
"
:
0
}
rating_dict
=
{
"
👍
"
:
1
,
"
👎
"
:
0
}
pft_dict
=
{
"
Tie
"
:
0
,
"
Both are bad
"
:
-
1
}
pft_dict
=
{
"
Tie
"
:
0
,
"
Both are bad
"
:
-
1
}
csvlogger
=
gr
.
CSVLogger
()
csvlogger
=
gr
.
CSVLogger
()
Loading