Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 2fc8250

Browse files
authored
test: fix makefile targets to run examples (#306)
1 parent 3edc35b commit 2fc8250

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ coverage:
2323

2424
run-examples:
2525
./example
26-
./huggingface
2726

28-
make huggingface-models:
27+
huggingface-models:
2928
php examples/huggingface/_model-listing.php
3029

3130
ci: ci-stable

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ See [the examples folder](examples) to run example implementations using this li
2525
Depending on the example you need to export different environment variables
2626
for API keys or deployment configurations or create a `.env.local` based on `.env` file.
2727

28-
To run all examples, use `make run-examples` or `php example` and `php huggingface` for all HuggingFace related examples.
28+
To run all examples, use `make run-examples` or `php example` - to run a subgroup like all HuggingFace related examples
29+
use `php example huggingface`.
2930

3031
For a more sophisticated demo, see the [Symfony Demo Application](https://github.com/php-llm/symfony-demo).
3132

0 commit comments

Comments
 (0)