NYUAD-ComNets
commited on
Commit
•
8914821
1
Parent(s):
b10d213
Update README.md
Browse files
README.md
CHANGED
@@ -53,9 +53,6 @@ for i,j in zip(models,adapters):
|
|
53 |
pipeline.load_lora_weights(i, weight_name="pytorch_lora_weights.safetensors",adapter_name=j)
|
54 |
|
55 |
|
56 |
-
prof='doctor'
|
57 |
-
|
58 |
-
|
59 |
pipeline.set_adapters(random.choice(adapters))
|
60 |
|
61 |
|
|
|
53 |
pipeline.load_lora_weights(i, weight_name="pytorch_lora_weights.safetensors",adapter_name=j)
|
54 |
|
55 |
|
|
|
|
|
|
|
56 |
pipeline.set_adapters(random.choice(adapters))
|
57 |
|
58 |
|