Technical Question: LLM Storage using stable-structures

Hi,

I am building the project:

I want to store a LLM for the marketplace, which would include a .bin, .json and the LLM name. This is the structure I have so far:

I would appreciate any feedback on the architecture, and if it can be made better. Please do note that I am new to the ecosystem, and I am using stable-structures for the first time.

Best,
Yash.

Hello @YashBit, the current data structure makes sense to me. it depends on the technical architecture.

Also, where are you using serde_json?

2 Likes