Philip May
Philip May
### Feature request At the moment faiss is hard wired to `IndexFlatL2`. See here: https://github.com/hwchase17/langchain/blob/423f497168e3a8982a4cdc4155b15fbfaa089b38/langchain/vectorstores/faiss.py#L347 I would like to set other index methods. For example `IndexFlatIP`. This should be configurable....
Opening the detailed API doc shows a blank page. See: https://python.langchain.com/en/latest/reference/modules/llms.html Ans screenshot below.
### System Info Main branch. ### Who can help? @hwchase17 ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components -...
The parameter description of "hidden" and "random" does not exactly explain what to do when I want to finetune later. Is it even useful (possible) to finetune after merging with...
When I try to merge it phi-2 to a MoE I get: ``` $ mergekit-moe phi2_moe2.yml out_phi2_moe Fetching 10 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00
MLflow seems to have a length limit of 5000 when setting tags (see below). ``` bash [...] File "/home/smay/miniconda3/envs/py38/lib/python3.8/site-packages/mlflow/utils/validation.py", line 136, in _validate_length_limit raise MlflowException( mlflow.exceptions.MlflowException: Tag value '[0.8562690322984875, 0.8544098885636596,...
This is the same FR as #3691 (Persist state of "Hide Experiment List".) but with persistence of the "Columns Selection". Also see mlflow-mailing list topic: "How to either memorize column...
Fixes issues with merging phi-2 into an MoE - see #145
The devices are only checked at startup. That means when one device is added or removed while the exporter is running - it will not detect this.