Skip to content

Commit

Permalink
remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Jul 12, 2024
1 parent 3afc16d commit 67f4717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python_tests/test_generate_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import sys
from pathlib import Path
import torch
import functools
import math
from ov_genai_test_utils import (
get_models_list,
Expand Down Expand Up @@ -675,7 +674,6 @@ def test_left_pad():
run_hf_ov_genai_comparison_batched(models, config, prompts)


@functools.lru_cache(1)
def get_continuous_batching(path):
return ov_genai.LLMPipeline(str(path), ov_genai.Tokenizer(str(path)), 'CB')

Expand Down

0 comments on commit 67f4717

Please sign in to comment.