Skip to content

Commit

Permalink
Remove unused imports and vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Oct 11, 2023
1 parent 1e27105 commit 97417c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions samples/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
import argparse
import asyncio
import json
import queue
import sys
from os import system

import numpy as np
import tritonclient.grpc.aio as grpcclient
Expand Down Expand Up @@ -93,7 +91,6 @@ async def process_stream(self, prompts, sampling_parameters):

async def run(self):
sampling_parameters = {"temperature": "0.1", "top_p": "0.95"}
stream = self._flags.streaming_mode
with open(self._flags.input_prompts, "r") as file:
print(f"Loading inputs from `{self._flags.input_prompts}`...")
prompts = file.readlines()
Expand Down

0 comments on commit 97417c5

Please sign in to comment.