xtinkt преди 1 година
родител
ревизия
55fea376fe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ from petals import AutoDistributedModelForCausalLM
 
 
 # Choose any model available at https://health.petals.dev
 # Choose any model available at https://health.petals.dev
 model_name = "petals-team/StableBeluga2"  # This one is fine-tuned Llama 2 (70B)
 model_name = "petals-team/StableBeluga2"  # This one is fine-tuned Llama 2 (70B)
-
+kek
 # Connect to a distributed network hosting model layers
 # Connect to a distributed network hosting model layers
 tokenizer = AutoTokenizer.from_pretrained(model_name)
 tokenizer = AutoTokenizer.from_pretrained(model_name)
 model = AutoDistributedModelForCausalLM.from_pretrained(model_name)
 model = AutoDistributedModelForCausalLM.from_pretrained(model_name)