Spaces:
Sleeping
Sleeping
Commit ·
1cb4178
1
Parent(s): 8e83be6
added a small comment too
Browse files- backend/helpers.py +1 -1
backend/helpers.py
CHANGED
|
@@ -2,7 +2,7 @@ import numpy as np
|
|
| 2 |
from typing import Dict, List
|
| 3 |
import torch
|
| 4 |
import pickle
|
| 5 |
-
|
| 6 |
def build_full_prompt(prompt: str, prompt_prefix: str, prompt_suffix: str) -> str:
|
| 7 |
"""
|
| 8 |
Build the full prompt with instructions
|
|
|
|
| 2 |
from typing import Dict, List
|
| 3 |
import torch
|
| 4 |
import pickle
|
| 5 |
+
# This file contains helper functions for the backend operations
|
| 6 |
def build_full_prompt(prompt: str, prompt_prefix: str, prompt_suffix: str) -> str:
|
| 7 |
"""
|
| 8 |
Build the full prompt with instructions
|