ML610 commited on
Commit
e272091
1 Parent(s): 1747367

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ user_prefix = "[user]: "
61
  assistant_prefix = f"[assistant]:"
62
 
63
  title = "Replit-v2-CodeInstruct-3b-ggml"
64
- description = "This space is an attempt to run the 4 bit quantized version of 'Replit's CodeInstruct 3B' on a CPU"
65
 
66
  example_1 = "Write a python script for a function which calculates the factorial of the number inputted by user."
67
  example_2 = "Write a python script which prints 'you are logged in' only if the user inputs a number between 1-10"
 
61
  assistant_prefix = f"[assistant]:"
62
 
63
  title = "Replit-v2-CodeInstruct-3b-ggml"
64
+ description = "This space is an attempt to run the GGML 4 bit quantized version of 'Replit's CodeInstruct 3B' on a CPU"
65
 
66
  example_1 = "Write a python script for a function which calculates the factorial of the number inputted by user."
67
  example_2 = "Write a python script which prints 'you are logged in' only if the user inputs a number between 1-10"