MaxJeblick commited on
Commit
925de87
1 Parent(s): f8c51e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,4 +1,4 @@
1
- Small dummy LLama2-type Model useable for Unit/Integration tests.
2
 
3
  Model was created as follows:
4
  ```python
@@ -37,5 +37,4 @@ Backbone Dtype: float16
37
  Gradient Checkpointing: False
38
  Batch Size: 8
39
  Max Length Inference: 16
40
- ```
41
-
 
1
+ Small dummy LLama2-type Model useable for Unit/Integration tests. Suitable for CPU only machines, see [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio/blob/main/tests/integration/test_integration.py) for an example integration test.
2
 
3
  Model was created as follows:
4
  ```python
 
37
  Gradient Checkpointing: False
38
  Batch Size: 8
39
  Max Length Inference: 16
40
+ ```