yonikremer commited on
Commit
f899b38
1 Parent(s): c1bad41

deleted unused import and constant

Browse files
Files changed (1) hide show
  1. tests.py +0 -2
tests.py CHANGED
@@ -3,8 +3,6 @@ from grouped_sampling import GroupedSamplingPipeLine, get_full_models_list, Unsu
3
 
4
  from hanlde_form_submit import create_pipeline, on_form_submit
5
 
6
- HUGGING_FACE_CACHE_DIR = "/home/yoni/.cache/huggingface/hub"
7
-
8
 
9
  def test_on_form_submit():
10
  model_name = "gpt2"
 
3
 
4
  from hanlde_form_submit import create_pipeline, on_form_submit
5
 
 
 
6
 
7
  def test_on_form_submit():
8
  model_name = "gpt2"