Skip to content

Commit

Permalink
Update clarifai_model_utils/llm_eval/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Nivedh <[email protected]>
  • Loading branch information
mansi-k and sainivedh authored May 15, 2024
1 parent 17877c9 commit d767d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clarifai_model_utils/llm_eval/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def split_sample_general_template(text, split_word) -> tuple:

def get_text_dataset_inputs(auth, user_id: str, app_id: str, dataset_id: str, max_input=100):
stub: V2Stub = auth.get_stub()
user_app_id = resources_pb2.UserAppIDSet(user_id=user_id, app_id=app_id)

# get number of samples of dataset
app = App(app_id=app_id, user_id=user_id)
Expand Down

0 comments on commit d767d6e

Please sign in to comment.