Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,4 @@ model = IPEXModelForCausalLM.from_pretrained("Intel/tiny_random_falcon")
|
|
14 |
model.push_to_hub("Intel/tiny-random-falcon_ipex_model")
|
15 |
```
|
16 |
|
17 |
-
This is useful for functional testing (not quality generation, since its weights are random)
|
|
|
14 |
model.push_to_hub("Intel/tiny-random-falcon_ipex_model")
|
15 |
```
|
16 |
|
17 |
+
This is useful for functional testing (not quality generation, since its weights are random) on [optimum-intel](https://github.com/huggingface/optimum-intel/blob/main/tests/ipex/utils_tests.py)
|