madgrizzle

Results 27 issues of madgrizzle

https://github.com/cpacker/MemGPT/blob/7e5cf3e17093bc516f7947fba3dc4fcd0172a403/memgpt/server/server.py#L218 ``` for memory_type in ("archival", "recall", "metadata"): if settings.memgpt_pg_uri: # override with env setattr(self.config, f"{memory_type}_storage_uri", settings.memgpt_pg_uri) self.config.save() ``` I don't understand why this routine is here because it appears...

I'm looking to experiment with ROS2 and I'm looking for a device like this but I see the driver is currently for ROS1. Do you have plans for a ROS2...

When I view the pointcloud in rviz2 with rgb8 as the color transformer everything looks good. When I switch to any other transformer (e.g., flat color) then I see lots...

I'm having a problem with the 3D scan produced by the ROS package. When I place the lidar a few inches above the floor, in RVIZ it's showing that the...

**Describe the bug** I'm using a quantized version of starsnatched's MemGPT-DPO-MoE-test model and am finding that it thinks that page 1 is the first page so it always misses the...

-edit- found out more about the issue and added another comment as it affects transformers as well. **Describe the bug** This issue seems to be related to using HF model...

**Please describe the purpose of this pull request.** The current deletion of the agent leaves the archival memories and recall memories associated with that agent in the database. This is...