xiaozcy commented on issue #7363:
URL: https://github.com/apache/gravitino/issues/7363#issuecomment-2956162257

   > why didn't you use the GVFS path as the URI of the modelVersion
   
   It might be a way, however, it would make the capabilities of Model 
dependent on the implementation of Fileset, which may bring the following 
issues: 
   - a Fileset must be created first when using the Model catalog. If we are 
using storage systems that Fileset does not support, it must be supported in 
Fileset first before it can be used in Model catalog.
   - GVFS client must be introduced when using the Model catalog. Some 
inference frameworks in AI may not perfectly fit with gvfs, which could 
increase the cost and risk of adaptation and promotion.
   
   Besides, users may simply want to use the Model catalog without having to 
additionally introduce Fileset. Therefore, I think it is better to support it 
in the model catalog directly and leave it to the users to decide how to 
utilize it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to