Tim Gianitsos
Tim Gianitsos
I used `grip` with the `--user` option and received this email shortly after from Github. > You recently used a password to access an endpoint through the GitHub API using...
- The AT&T dataset of faces is small, so it should be included in this repo in case the source revokes it (as happened previously) - Include brief instructions for...
From `DistributedDataParallel` docs: "The module... assumes that [gradients] will be modified by the optimizer in all processes in the same way." Note that this is "assumed", not enforced. From https://pytorch.org/tutorials/recipes/zero_redundancy_optimizer.html...
``` >>> import lamini >>> lamini.__version__ '3.2.6' >>> (.venv) llamapower@Mac lamini-smileco % pip show lamini Name: lamini Version: 3.2.8 Summary: Build on large language models faster Home-page: Author: Author-email: Lamini...
The `class PromptObject` in `lamini/lamini/generation/base_prompt_object.py` has the following constructor. ``` class PromptObject: def __init__(self, prompt: str, response: str = None, data: dict = {}) -> None: ``` The `data` argument...
I am using the `dvc` tool to track experiments in my repo. When I run `dvc exp show` I see a table with multiple rows, each corresponding to an experimental...