agentmish commited on
Commit
96ac3f5
·
verified ·
1 Parent(s): aface41

Link GitHub source repository in model card

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -27,6 +27,10 @@ This artifact is not loadable through vanilla `mlx_lm.load()` because MLX-LM doe
27
  natively support Perplexity's custom `bidirectional_pplx_qwen3` model type. The repository
28
  includes a small `pplx_mlx_convert` loader package for this artifact.
29
 
 
 
 
 
30
  ## Install
31
 
32
  ```bash
 
27
  natively support Perplexity's custom `bidirectional_pplx_qwen3` model type. The repository
28
  includes a small `pplx_mlx_convert` loader package for this artifact.
29
 
30
+ ## Source Code
31
+
32
+ Conversion and validation code lives in [https://github.com/thehumanworks/pplx-mlx](https://github.com/thehumanworks/pplx-mlx).
33
+
34
  ## Install
35
 
36
  ```bash