jbilcke-hf HF staff commited on
Commit
43b2a2d
1 Parent(s): ff3a5a7

add 2 new servers to the cluster

Browse files
src/app/api/v1/render/animatediff-lcm-svd/cluster.ts CHANGED
@@ -5,7 +5,7 @@ import { ClusterMachine } from "../../types"
5
  // 8 allows us to support about 1 request per minute
6
  // we are still gonna need to add a hugging face login wall,
7
  // to limit further the amount of requests people do
8
- export const nbClusterMachines = 8
9
  // make sure the machines are running!!
10
 
11
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-1/settings
@@ -16,6 +16,8 @@ export const nbClusterMachines = 8
16
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-6/settings
17
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-7/settings
18
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-8/settings
 
 
19
 
20
  // we maintain a global cluster state
21
 
 
5
  // 8 allows us to support about 1 request per minute
6
  // we are still gonna need to add a hugging face login wall,
7
  // to limit further the amount of requests people do
8
+ export const nbClusterMachines = 10
9
  // make sure the machines are running!!
10
 
11
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-1/settings
 
16
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-6/settings
17
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-7/settings
18
  // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-8/settings
19
+ // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-9/settings
20
+ // https://huggingface.co/spaces/jbilcke-hf/ai-tube-model-als-10/settings
21
 
22
  // we maintain a global cluster state
23