musashihinck
commited on
Commit
•
36ef144
1
Parent(s):
d67eec2
Adding syntax highlighting to code example
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ All usage code is licensed Apache 2.0
|
|
55 |
|
56 |
Please note, we only provide the trained weights difference and do not provide a copy of the base [`meta-llama/Meta-Llama-3-8B-Instruct`](https://huggingface.co/meta-llama/Meta-Llama-3-8B) model. Any use of these weights requires a separate download of the base model.
|
57 |
|
58 |
-
```
|
59 |
# Copyright 2024 Intel Corporation
|
60 |
# SPDX-License-Identifier: Apache-2.0
|
61 |
|
|
|
55 |
|
56 |
Please note, we only provide the trained weights difference and do not provide a copy of the base [`meta-llama/Meta-Llama-3-8B-Instruct`](https://huggingface.co/meta-llama/Meta-Llama-3-8B) model. Any use of these weights requires a separate download of the base model.
|
57 |
|
58 |
+
```python
|
59 |
# Copyright 2024 Intel Corporation
|
60 |
# SPDX-License-Identifier: Apache-2.0
|
61 |
|