jbilcke-hf HF staff commited on
Commit
b5bd854
·
1 Parent(s): 18a8947
Files changed (1) hide show
  1. src/utils/hashRequest.mts +1 -0
src/utils/hashRequest.mts CHANGED
@@ -5,6 +5,7 @@ export function hashRequest(request: RenderRequest) {
5
 
6
  // we ignore the commands associated to cache and stuff
7
  const hashable = {
 
8
  prompt: request.prompt,
9
  segmentation: request.segmentation,
10
  actionnables: request.actionnables,
 
5
 
6
  // we ignore the commands associated to cache and stuff
7
  const hashable = {
8
+ version: 1,
9
  prompt: request.prompt,
10
  segmentation: request.segmentation,
11
  actionnables: request.actionnables,