Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
```python
|
2 |
from deepsparse import TextGeneration
|
3 |
prompt='### Instruction:\nWrite a Perl script that processes a log file and counts the occurrences of different HTTP status codes. The script should accept the log file path as a command-line argument and print the results to the console in descending order of frequency.\n\n### Response:\n'
|
|
|
1 |
+
## DeepSparse One-Shot and Export of https://huggingface.co/HuggingFaceH4/zephyr-7b-beta
|
2 |
+
|
3 |
+
## Usage
|
4 |
+
|
5 |
```python
|
6 |
from deepsparse import TextGeneration
|
7 |
prompt='### Instruction:\nWrite a Perl script that processes a log file and counts the occurrences of different HTTP status codes. The script should accept the log file path as a command-line argument and print the results to the console in descending order of frequency.\n\n### Response:\n'
|