Commit 81e52a6
committed
Here's a summary of all changes applied to installer/generated/post_install_v1.8.7b0.py:
# Change Status
1 verify_existing_torch_stack(): creates GPU constraints for pre-existing torch
2 install_pytorch_and_torchaudio(): use_constraints=False
3 install_pytorch(): creates GPU constraints after torch verification
4 install_llama_cpp_python(): removed [server] extras calls, added installed_backend tracking, added
_pin_llama_cpp_version() calls, passes expected_backend to validation
5 Added _pin_llama_cpp_version() function
6 Rewrote validate_llama_cpp_installation() with expected_backend param, trust-the-installer approach
7 Removed _check_llama_cpp_has_gpu() entirely1 parent 9404217 commit 81e52a6
2 files changed
Lines changed: 237 additions & 82 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments