mishig HF staff commited on
Commit
a9bdd5a
1 Parent(s): b38cc6c

Is this extra space intended?

Browse files

Is this extra space intended?

@pcuenq



@lvwerra

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
13
 
14
  API_URL = "https://api-inference.huggingface.co/models/codellama/CodeLlama-13b-hf"
15
 
16
- FIM_PREFIX = "<PRE> "
17
  FIM_MIDDLE = " <MID>"
18
  FIM_SUFFIX = " <SUF>"
19
 
 
13
 
14
  API_URL = "https://api-inference.huggingface.co/models/codellama/CodeLlama-13b-hf"
15
 
16
+ FIM_PREFIX = "<PRE>"
17
  FIM_MIDDLE = " <MID>"
18
  FIM_SUFFIX = " <SUF>"
19