Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
b95ee898
Unverified
Commit
b95ee898
authored
Oct 09, 2023
by
Zhuohan Li
Committed by
GitHub
Oct 09, 2023
Browse files
[Minor] Fix comment in mistral.py (#1303)
parent
9eed4d1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/mistral.py
vllm/model_executor/models/mistral.py
+1
-1
No files found.
vllm/model_executor/models/mistral.py
View file @
b95ee898
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
"""Inference-only
LLaMA
model compatible with HuggingFace weights.
"""Inference-only
Mistral
model compatible with HuggingFace weights.
The input of the model is flattened to a 1D tensor of tokens. The model uses
The input of the model is flattened to a 1D tensor of tokens. The model uses
InputMetadata to extract the original 2D shape of the input.
InputMetadata to extract the original 2D shape of the input.
...
...
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