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
Commits
d2ce81db
Commit
d2ce81db
authored
4 weeks ago
by
Sharat Patil
Browse files
Options
Downloads
Patches
Plain Diff
mbugfix
parent
eb4cfdc3
Branches
saturn
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api_writer/test_ui_async.py
+2
-2
2 additions, 2 deletions
api_writer/test_ui_async.py
with
2 additions
and
2 deletions
api_writer/test_ui_async.py
+
2
−
2
View file @
d2ce81db
...
...
@@ -114,8 +114,8 @@ async def process_query2(query):
async
def
api_call2
(
*
args
):
n
=
int
(
len
(
args
)
/
2
)
llm_queries
=
args
[:
n
]
full_llm_queries
=
args
[
n
:]
llm_queries
=
list
(
args
[:
n
]
)
full_llm_queries
=
list
(
args
[
n
:]
)
tasks
=
[]
for
llm_query
in
llm_queries
:
llm_query_loaded
=
json
.
loads
(
llm_query
)
...
...
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