Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6f290940
Unverified
Commit
6f290940
authored
May 29, 2025
by
Hyogeun Oh (오효근)
Committed by
GitHub
May 29, 2025
Browse files
[Doc] Fix codeblocks formatting in LoRA adapters documentation (#18907)
Signed-off-by:
Zerohertz
<
ohg3417@gmail.com
>
parent
b169d5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docs/features/lora.md
docs/features/lora.md
+3
-2
No files found.
docs/features/lora.md
View file @
6f290940
...
@@ -165,6 +165,7 @@ it will first look in the local directory for a directory `foobar`, and attempt
...
@@ -165,6 +165,7 @@ it will first look in the local directory for a directory `foobar`, and attempt
that adapter will then be available for normal use on the server.
that adapter will then be available for normal use on the server.
Alternatively, follow these example steps to implement your own plugin:
Alternatively, follow these example steps to implement your own plugin:
1.
Implement the LoRAResolver interface.
1.
Implement the LoRAResolver interface.
Example of a simple S3 LoRAResolver implementation:
Example of a simple S3 LoRAResolver implementation:
...
@@ -198,9 +199,9 @@ Alternatively, follow these example steps to implement your own plugin:
...
@@ -198,9 +199,9 @@ Alternatively, follow these example steps to implement your own plugin:
return lora_request
return lora_request
```
```
2.
Register LoRAResolver plugin.
2.
Register
`
LoRAResolver
`
plugin.
```python
```python
from vllm.lora.resolver import LoRAResolverRegistry
from vllm.lora.resolver import LoRAResolverRegistry
s3_resolver = S3LoRAResolver()
s3_resolver = S3LoRAResolver()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment